Summarize data from object obtained from em
.
# S3 method for emEst
summary(object, print.likelihoods = FALSE, ...)
Returns a list that consists of the following components:
table of estimated parameters with standard errors and t and p values.
iterations needed by EM algorithm till convergence.
final loglikelihood obtained by EM algorithm.
table of loglikelohoods for each iteration of EM algorithm with difference and relative change.
estimated structural equation model of class emEst
obtained from em
.
if loglikelihoods for each iteration step of EM algorithm should be shown in summary output.
additional arguments.