summary.postHocLM {spOccupancy} | R Documentation |
Methods for postHocLM Object
Description
Methods for extracting information from fitted posthoc linear models (postHocLM
).
Usage
## S3 method for class 'postHocLM'
summary(object, quantiles = c(0.025, 0.5, 0.975),
digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'postHocLM'
print(x, ...)
Arguments
object , x |
object of class |
quantiles |
for |
digits |
for |
... |
currently no additional arguments |
Details
A set of standard extractor functions for fitted model objects of
class postHocLM
, including methods to the generic functions print
and summary
.
Value
No return value, called to display summary information of a postHocLM
object.
[Package spOccupancy version 0.7.6 Index]