powered by
If diagnosands are bootstrapped, se's are put in parentheses on a second line and rounded to digits.
digits
reshape_diagnosis(diagnosis, digits = 2, select = NULL)
An object from diagnose_design, either a diagnosand dataframe or a list containing a diagnosand dataframe
diagnose_design
Number of digits.
List of columns to include in output. Defaults to all.
A formatted text table with bootstrapped standard errors in parentheses.
# NOT RUN { # library(DesignLibrary) # diagnosis <- diagnose_design(two_arm_designer(), sims = 3) # reshape_diagnosis(diagnosis) # reshape_diagnosis(diagnosis, select = c("Bias", "Power")) # }
Run the code above in your browser using DataLab