Learn R Programming

BEST (version 0.5.3)

print.BEST: Printing a BEST object

Description

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

Usage

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

Value

Returns x invisibly.

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.

See Also

BESTmcmc.

Examples

Run this code
# NOT RUN {
## See examples in BEST-package help.
# }

Run the code above in your browser using DataLab