print.summary.hmcdm {hmcdm} | R Documentation |
summary
method for class "hmcdm
" or "summary.hmcdm
".
## S3 method for class 'summary.hmcdm'
print(x, ...)
## S3 method for class 'hmcdm'
summary(object, ...)
x |
an object of class " |
... |
further arguments passed to or from other methods. |
object |
a fitted model object of class " |
The function summary.hmcdm
computes and returns a list
of point estimates of model parameters and model fit measures including DIC and PPP-values.
output_FOHM = hmcdm(Y_real_array,Q_matrix,"DINA_FOHM",Design_array,1000,500)
summary(output_FOHM)