summary
method for class eco
.
# S3 method for summary.ecoML
print(x, digits = max(3, getOption("digits") - 3), ...)
summary.eco
yields an object of class summary.eco
containing the following elements:
The call from eco
.
Whether the SEM algorithm was executed, as specified by the user
upon calling ecoML
.
Whether the correlation parameter was fixed or allowed to vary,
as specified by the user upon calling ecoML
.
The convergence threshold specified by the
user upon calling ecoML
.
The number of units.
The number iterations the EM algorithm cycled through before convergence or reaching the maximum number of iterations allowed.
The number iterations the SEM algorithm cycled through before convergence or reaching the maximum number of iterations allowed.
The final observed log-likelihood.
A matrix of iters.em
rows specifying the correlation parameters
at each iteration of the EM algorithm. The number of columns depends on how many
correlation parameters exist in the model. Column order is the same as the order of the
parameters in param.table
.
Final estimates of the parameter values for the model.
Excludes parameters fixed by the user upon calling ecoML
.
See ecoML
documentation for order of parameters.
Aggregate estimates of the marginal means of \(W_1\) and \(W_2\)
Aggregate estimates of the marginal means of \(W_1\) and \(W_2\) using \(X\) and \(N\) as weights.
If units = TRUE
, the following elements
are also included:
Unit-level estimates for \(W_1\) and \(W_2\).
This object can be printed by print.summary.eco
An object of class summary.ecoML
.
the number of significant digits to use when printing.
further arguments passed to or from other methods.
ecoML