Last data update: 2014.03.03

R: Printing a BEST object
print.BESTR Documentation

Printing a BEST object

Description

Print method for objects of class BEST, such as produced by BESTmcmc.

Usage

## S3 method for class 'BEST'
print(x, digits = 4, ...)

Arguments

x

an object of class BEST, as produced by BESTmcmc.

digits

the number of digits to print.

...

further arguments for the print function.

Details

The print method displays summary statistics for the parameters and two MCMC diagnostic measures:

Rhat is the 'potential scale reduction factor', which is 1 on convergence; if any parameter has a value > 1.05, rerun with increased burnInSteps. See gelman.diag.

n.eff is the sample size adjusted for autocorrelation; for stable estimates of credible intervals this should be > 10,000. Rerun with increased numSavedSteps or increased thinSteps. See effectiveSize.

Value

Returns x invisibly.

Author(s)

Mike Meredith

See Also

BESTmcmc.

Examples

## See examples in BEST-package help.

Results