Learn R Programming

FBMS (version 1.3)

print.mjmcmc: Print MJMCMC Model Object

Description

Displays a concise summary of an MJMCMC model object.

Usage

# S3 method for mjmcmc
print(x, ...)

Value

Prints a summary of the model and returns NULL

Arguments

x

Object of class "mjmcmc".

...

Additional arguments passed to summary method.

Examples

Run this code
data(exoplanet)
model <- fbms(semimajoraxis ~ ., data = exoplanet, method = "mjmcmc")
print(model)

Run the code above in your browser using DataLab