print.baggr {baggr} | R Documentation |
S3 print method for objects of class baggr
(model fits)
Description
This prints a concise summary of the main baggr model features. More info is included in the summary of the model and its attributes.
Usage
## S3 method for class 'baggr'
print(x, exponent = FALSE, digits = 2, prob = 0.95, group, fixed = TRUE, ...)
Arguments
x |
object of class |
exponent |
if |
digits |
Number of significant digits to print. |
prob |
Width of uncertainty interval (defaults to 95%) |
group |
logical; print group effects? If unspecified, they are printed only if less than 20 groups are present |
fixed |
logical: print fixed effects? |
... |
currently unused by this package: further arguments passed
to or from other methods ( |
[Package baggr version 0.7.11 Index]