jmvreli {SimplyAgree} | R Documentation |
Reliability Analysis
Description
Reliability Analysis
Usage
jmvreli(data, vars, ciWidth = 95, desc = FALSE, plots = FALSE)
Arguments
data |
the data as a data frame |
vars |
a list of the column names containing the measurements for reliability analysis. |
ciWidth |
a number between 50 and 99.9 (default: 95), the width of confidence intervals |
desc |
|
plots |
|
Value
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)
[Package SimplyAgree version 0.2.0 Index]