| PlotDistribution | R Documentation |
Common 3-panel distribution plot used in report_ebe.R, report_indipk.R, and report_resid.R.
PlotDistribution(
var.data,
var.name,
show_shrinkage = FALSE,
omega_var = NULL,
show_ttest = FALSE,
show_cv = FALSE
)
var.data |
numeric vector of data |
var.name |
character, variable name for labeling |
show_shrinkage |
logical, whether to show shrinkage |
omega_var |
numeric, omega variance for shrinkage calc |
show_ttest |
logical, whether to show t-test p-value |
show_cv |
logical, whether to show CV percent |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.