Learn R Programming

dcmr (version 1.0)

GetKernelParameterNames: 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)

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

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

Examples

Run this code
## Not run: 
# 
# GetKernelParameterNames(qmatrix = qmatrix.test, nattributes=3)
# ## End(Not run)

Run the code above in your browser using DataLab