print.summary.hmcdm {hmcdm} | R Documentation |
Summarizing Hidden Markov Cognitive Diagnosis Model Fits
Description
summary
method for class "hmcdm
" or "summary.hmcdm
".
Usage
## S3 method for class 'summary.hmcdm'
print(x, ...)
## S3 method for class 'hmcdm'
summary(object, ...)
Arguments
x |
an object of class " |
... |
further arguments passed to or from other methods. |
object |
a fitted model object of class " |
Value
The function summary.hmcdm
computes and returns a list
of point estimates of model parameters and model fit measures including DIC and PPP-values.
See Also
Examples
output_FOHM = hmcdm(Y_real_array,Q_matrix,"DINA_FOHM",Design_array,1000,500)
summary(output_FOHM)
[Package hmcdm version 2.1.1 Index]