print.BEST: Printing a BEST object

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/print.BEST.R

Description

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

Usage

1
2
## 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

1
## See examples in BEST-package help.

mikemeredith/BEST documentation built on Oct. 15, 2021, 1:19 p.m.