GetKernelParameterNames: Kernel Parameter Names for all DCM Models Given a Q-matrix...

Description Usage Arguments Value Author(s) Examples

View source: R/util_parameter.R

Description

Kernel Parameter Names for all DCM Models Given a Q-matrix and model type it generates item and structural parameter names. These are kernel parameters: item thresholds (lambdas) and latent variable thresholds (gammas)

Usage

1
GetKernelParameterNames(qmatrix, nattributes, model.type = "DCM")

Arguments

qmatrix

a matrix of size (nitems X nattributes) that specifies which items are required for mastery of each attribute (i.e., latent variable)

nattributes

a numeric value of number of attriutes

model.type

a string value of DCM, DINA, CRUM, DINO, NIDO, NCRUM. If not specified then the default will be set to DCM

Value

a string vector of threshold parameter names

Author(s)

Margi Dubal margidubal@gmail.com & Diane Losardo dlosardo@amplify.com

Examples

1
2
3
4
5
## Not run: 

GetKernelParameterNames(qmatrix = qmatrix.test, nattributes=3)

## End(Not run)

dcmr documentation built on May 29, 2017, 10:41 p.m.