GetParameterNames: Parameter Names for All DCM Models

Description Usage Arguments Value Author(s) Examples

View source: R/util_parameter.R

Description

Given a Q-matrix and parameterization method it generates item and structural parameter names. These are non-kernel parameters: item thresholds (taus) and latent variable thresholds (nus)

Usage

1
GetParameterNames(qmatrix, nattributes, parameterization.method = 'Mplus')

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

parameterization.method

optional character string of parameterization method used to calibrated parameters. If not specified then the default will be set to Mplus

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: 

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

## End(Not run)

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

Related to GetParameterNames in dcmr...