summary.reaster | R Documentation |
These functions are all methods
for class reaster
or
summary.reaster
objects.
## 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"), ...)
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. |
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).
summary.reaster
returns an object of class "summary.reaster"
.
reaster
, summary
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.