summary.postHocLM | R Documentation |
Methods for extracting information from fitted posthoc linear models (postHocLM
).
## 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, ...)
object , x |
object of class |
quantiles |
for |
digits |
for |
... |
currently no additional arguments |
A set of standard extractor functions for fitted model objects of
class postHocLM
, including methods to the generic functions print
and summary
.
No return value, called to display summary information of a postHocLM
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.