View source: R/jamovibaanalysis.h.R
jamoviBAanalysis | R Documentation |
Bland-Altman Analysis
jamoviBAanalysis(
data,
method1,
method2,
ciDisplay = TRUE,
ciShading = TRUE,
plotProportionalBias = FALSE,
plotProportionalBias.se = TRUE,
overlapping = FALSE
)
data |
. |
method1 |
. |
method2 |
. |
ciDisplay |
. |
ciShading |
. |
plotProportionalBias |
. |
plotProportionalBias.se |
. |
overlapping |
. |
A results object containing:
results$table | a table | ||||
results$plot | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$table$asDF
as.data.frame(results$table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.