powered by
summary method for class "hmcdm" or "summary.hmcdm".
summary
hmcdm
summary.hmcdm
# S3 method for summary.hmcdm print(x, ...)# S3 method for hmcdm summary(object, ...)
# S3 method for hmcdm summary(object, ...)
The function summary.hmcdm computes and returns a list of point estimates of model parameters and model fit measures including DIC and PPP-values.
list
an object of class "hmcdm.summary".
hmcdm.summary
further arguments passed to or from other methods.
a fitted model object of class "hmcdm".
hmcdm()
# \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