summary: Summarize output from EM algorithm for structural equation...

summaryR Documentation

Summarize output from EM algorithm for structural equation models

Description

Summarize data from object obtained from em.

Usage

## S3 method for class 'emEst'
summary(object, print.likelihoods = FALSE, ...)

Arguments

object

estimated structural equation model of class emEst obtained from em.

print.likelihoods

if loglikelihoods for each iteration step of EM algorithm should be shown in summary output.

...

additional arguments.

Value

Returns a list that consists of the following components:

estimates

table of estimated parameters with standard errors and t and p values.

iterations

iterations needed by EM algorithm till convergence.

finallogLik

final loglikelihood obtained by EM algorithm.

loglikelihoods

table of loglikelohoods for each iteration of EM algorithm with difference and relative change.


nlsem documentation built on Aug. 31, 2023, 5:14 p.m.