summary.reaster {aster} | R Documentation |
Summarizing Aster Model with Random Effects Fits
Description
These functions are all methods
for class reaster
or
summary.reaster
objects.
Usage
## S3 method for class 'reaster'
summary(object, standard.deviation = TRUE, ...)
## S3 method for class 'summary.reaster'
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
Arguments
object |
an object of class |
standard.deviation |
if |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
signif.stars |
logical. If |
... |
further arguments passed to or from other methods. |
Details
The reaster
function only does approximate maximum likelihood.
Even if it did actual maximum likelihood, standard errors would be only
approximate. Standard errors for variance components are derived via
the delta method from standard errors for square roots of variance
components (standard deviations). Hence P-values for variance components
and square roots of variance components do not agree exactly (although
they do asymptotically).
Value
summary.reaster
returns an object of class "summary.reaster"
.