Reliability Analysis
jmvreli(data, vars, ciWidth = 95, desc = FALSE, plots = FALSE)
the data as a data frame
a list of the column names containing the measurements for reliability analysis.
a number between 50 and 99.9 (default: 95), the width of confidence intervals
TRUE
or FALSE
(default), provide table of
variance components
TRUE
or FALSE
(default), plot data
A results object containing:
results$text | a html | ||||
results$icctab | a table | ||||
results$vartab | a table | ||||
results$plots | an image |
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$icctab$asDF
as.data.frame(results$icctab)