Description Usage Arguments Value Examples
View source: R/diagnosis_helper_functions.R
If diagnosands are bootstrapped, se's are put in parentheses on a second line and rounded to digits
.
1 | reshape_diagnosis(diagnosis, digits = 2, select = NULL)
|
diagnosis |
An object from |
digits |
Number of digits. |
select |
List of columns to include in output. Defaults to all. |
A formatted text table with bootstrapped standard errors in parentheses.
1 2 3 4 | # library(DesignLibrary)
# diagnosis <- diagnose_design(two_arm_designer(), sims = 3)
# reshape_diagnosis(diagnosis)
# reshape_diagnosis(diagnosis, select = c("Bias", "Power"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.