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,...)
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.
Returns
No return value, called to display summary information of a postHocLM object.