GStudy: GStudy for a dataset in which every student p has a...

View source: R/GStudy.R

GStudyR 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)

CompositeReliability documentation built on Aug. 21, 2023, 5:08 p.m.