Learn R Programming

hmcdm (version 2.1.2)

print.summary.hmcdm: Summarizing Hidden Markov Cognitive Diagnosis Model Fits

Description

summary method for class "hmcdm" or "summary.hmcdm".

Usage

# S3 method for summary.hmcdm
print(x, ...)

# S3 method for hmcdm summary(object, ...)

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.

Arguments

x

an object of class "hmcdm.summary".

...

further arguments passed to or from other methods.

object

a fitted model object of class "hmcdm".

See Also

hmcdm()

Examples

Run this code
# \donttest{
output_FOHM = hmcdm(Y_real_array,Q_matrix,"DINA_FOHM",Design_array,1000,500)
summary(output_FOHM)
# }

Run the code above in your browser using DataLab