diff --git a/man/output_print.Rd b/man/output_print.Rd index 1ebf247..056331a 100644 --- a/man/output_print.Rd +++ b/man/output_print.Rd @@ -19,7 +19,8 @@ output_print( itcv, alpha, index, - far_bound + far_bound, + R2 ) } \arguments{ @@ -53,6 +54,8 @@ statistical significance determination.} \item{index}{A character string indicating the index for which the output is generated ('RIR' or 'IT').} \item{far_bound}{Indicator whether the threshold is towards the other side of nu or 0, by default is zero (same side), alternative is one (the other side).} + +\item{R2}{the unadjusted, original R2 in the observed function.} } \description{ This function outputs printed text for various indices such as RIR diff --git a/man/pkonfound.Rd b/man/pkonfound.Rd index b244fee..331d0c5 100644 --- a/man/pkonfound.Rd +++ b/man/pkonfound.Rd @@ -74,7 +74,7 @@ pkonfound( \item{sdy}{the standard deviation of Y} -\item{R2}{the unadjusted,original R2 in the observed function} +\item{R2}{the unadjusted, original R2 in the observed function} \item{far_bound}{whether the estimated effect is moved to the boundary closer (default 0) or further away (1);} @@ -110,7 +110,7 @@ pkonfound prints the bias and the number of cases that would have to be replaced \item{beta_threshold}{threshold value for estimated effect.} \item{beta_threshold_verify}{estimated effect given RIR. Should be equal to beta_threshold.} \item{perc_bias_to_change}{percent bias to change the inference.} - \item{RIR_primar}{Robustness of Inference to Replacement (RIR).} + \item{RIR_primary}{Robustness of Inference to Replacement (RIR).} \item{RIR_supplemental}{RIR for an extra row or column that is needed to nullify the inference.} \item{RIR_perc}{RIR as \% of total sample (for linear regression) or as \% of data points in the cell where replacement takes place (for logistic and 2 by 2 table).} \item{fragility_primary}{Fragility. the number of switches (e.g., treatment success to treatment failure) to nullify the inference.}