Learn R Programming

GDINA (version 2.9.4)

npar: Calculate the number of parameters

Description

Calculate the number of parameters for GDINA estimates. Returned the total number of parameters, the number of item parameters and the number parameters of joint attribute distribution.

Usage

npar(object, ...)

Arguments

object

GDINA object

...

additional arguments

Examples

Run this code
if (FALSE) {
dat <- sim10GDINA$simdat
Q <- sim10GDINA$simQ

fit <- GDINA(dat = dat, Q = Q, model = "GDINA")
npar(fit)
}

Run the code above in your browser using DataLab