File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,12 @@ plotBeta <- function(alpha, beta) {
6363# ' @export
6464# ' @keywords graphics
6565plotBetaDiff <- function (
66- parX , # parameters of control or SOC
67- parY , # parameters of experimental arm
68- go_cut = 0.20 , # a meaningful improvement threshold
69- stop_cut = 0.1 , # a poor improvement threshold
70- shade = TRUE , # paint the two areas under the curve
71- note = TRUE
72- ) {
66+ parX , # parameters of control or SOC
67+ parY , # parameters of experimental arm
68+ go_cut = 0.20 , # a meaningful improvement threshold
69+ stop_cut = 0.1 , # a poor improvement threshold
70+ shade = TRUE , # paint the two areas under the curve
71+ note = TRUE ) {
7372 # show values of the colored area
7473 assert_numeric(parX , lower = 0 , finite = TRUE , any.missing = FALSE )
7574 assert_numeric(parY , lower = 0 , finite = TRUE , any.missing = FALSE )
You can’t perform that action at this time.
0 commit comments