View source: R/computeMaxCompositeReliability.R
computeMaxCompositeReliability | R Documentation |
computeMaxCompositeReliability: multivariate generalizability theory approach to estimate the maximum composite reliability of student performance across different types of assessments.
computeMaxCompositeReliability(mydata, n)
mydata |
A dataframe containing columns ID, Type, Score (numeric) |
n |
A vector containing for each Type the number of score or assessments assessments, e.g. averages, requirements. |
A list containing the composite reliability coefficient, the SEM and the distribution of weights.
compMaxRel <- computeMaxCompositeReliability(mydata, n=c("A"=3, "B"=2, "C"=1))
compMaxRel$reliability
compMaxRel$SEM
compMaxRel$weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.