Learn R Programming

FBMS (version 1.3)

print.gmjmcmc_merged: Print GMJMCMC Merged Model Object

Description

Displays a concise summary of a GMJMCMC merged model object.

Usage

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

Value

Prints a summary of the model and returns NULL

Arguments

x

Object of class "gmjmcmc_merged".

...

Additional arguments passed to summary method.

Examples

Run this code
data(exoplanet)
model <- fbms(semimajoraxis ~ ., data = exoplanet, 
method = "gmjmcmc.parallel", cores = 1, runs = 2, 
transforms = c("sigmoid"))

print(model)

Run the code above in your browser using DataLab