print.baggr: S3 print method for objects of class 'baggr' (model fits)

View source: R/print_baggr.R

print.baggrR 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 baggr

exponent

if TRUE, results (for means) are converted to exp scale

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 (print requirement)


baggr documentation built on March 31, 2023, 10:02 p.m.