Description Usage Arguments Value See Also Examples
Bland-Altman plot
1 2 3 4 5 6 7 8 9 10 11 | plot_pair_BA(
predictor,
outcome,
SESOI_lower = 0,
SESOI_upper = 0,
confidence = 0.95,
predictor_label = "Predictor",
outcome_label = "Outcome",
control = plot_control(),
na.rm = FALSE
)
|
predictor |
Numeric vector |
outcome |
Vector |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
confidence |
Default is 0.95 |
predictor_label |
Character vector. The name of the |
outcome_label |
Character vector. The name of the |
control |
Plotting control object returned from |
na.rm |
Should NAs be removed? Default is |
ggplot
object
plot_pair_lm
for lm residuals plot and
plot_pair_OLP
for ordinary-least-squares residuals
plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.