Summary method for hlm objects.
# S3 method for hlm summary(object, correlation = FALSE, symbolic.cor = FALSE, ...) # S3 method for summary.hlm print(x, digits = max(3L, getOption("digits") - 3L), symbolic.cor = x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ...)
| object | An object of class |
|---|---|
| correlation | If |
| symbolic.cor | If |
| ... | Further arguments passed to or from other methods. |
| x | An object of class |
| digits | The number of significant digits to use when printing. |
| signif.stars | If |
A list with elements:
callThe call issuing the HLM object.
termsThe terms component from object.
df.residualThe component from object.
coefficientsList of two matrices of coefficients, standard errors, z-values, and p-values.
cov.unscaledEstimated covariance matrix of the estimated coefficients.
correlationIf correlation = TRUE, the estimate correlations between the estimated coefficients.
symbolic.corIf correlation = TRUE, the value of symbolic.cor.
aicThe AIC statistic.
iterThe component from object.
na.actionThe component from object.