Methods for extracting information from fitted posthoc linear models (postHocLM
).
Usage
# S3 method for postHocLM
summary(object, quantiles = c(0.025, 0.5, 0.975),
digits = max(3L, getOption("digits") - 3L), ...)
# S3 method for postHocLM
print(x, ...)
Arguments
- object, x
object of class postHocLM
.
- quantiles
for summary
, posterior distribution quantiles to compute.
- digits
for summary
, number of digits to report.
- ...
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.