GStudy {CompositeReliability}R Documentation

GStudy for a dataset in which every student p has a potentially differing number of scores i on each assessment type m. i.e. model i: (p x m). The output gives descriptive statistics, reliability coefficient and SEM for each assessment type.

Description

GStudy for a dataset in which every student p has a potentially differing number of scores i on each assessment type m. i.e. model i: (p x m). The output gives descriptive statistics, reliability coefficient and SEM for each assessment type.

Usage

GStudy(mydata, nrDigitsOutput = 4)

Arguments

mydata

A dataframe containing columns ID, Type, Score (numeric)

nrDigitsOutput

Integer, number of digits in the output

Value

Matrix with descriptive statistics for each Type of assessment

Examples

GStudy(mydata,nrDigitsOutput=4)

[Package CompositeReliability version 1.0.3 Index]