powered by
This function has been deprecated; use coef instead.
coef
itemparm( object, what = c("catprob", "gs", "delta", "rrum", "itemprob", "LCprob"), withSE = FALSE, SE.type = 2, digits = 4, ... )# S3 method for GDINA itemparm( object, what = c("catprob", "gs", "delta", "rrum", "itemprob", "LCprob"), withSE = FALSE, SE.type = 2, digits = 4, ... )
# S3 method for GDINA itemparm( object, what = c("catprob", "gs", "delta", "rrum", "itemprob", "LCprob"), withSE = FALSE, SE.type = 2, digits = 4, ... )
estimated GDINA object returned from GDINA
GDINA
what to show.
show standard errors or not?
Type of standard errors.
how many decimal places for the ouput?
additional arguments
Philipp, M., Strobl, C., de la Torre, J., & Zeileis, A.(2017). On the estimation of standard errors in cognitive diagnosis models. Journal of Educational and Behavioral Statistics, 43, 88-115.
if (FALSE) { dat <- sim10GDINA$simdat Q <- sim10GDINA$simQ fit <- GDINA(dat = dat, Q = Q, model = "GDINA") # deprecated itemparm(fit) coef(fit) }
Run the code above in your browser using DataLab