Learn R Programming

baggr (version 0.8)

print.baggr: 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. When the model supports publication selection (currently "rubin"), the printout also reports the posterior summaries of the relative publication probability across the |z|-intervals defined in the selection model.

Usage

# S3 method for 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)