Learn R Programming

FBMS (version 1.3)

coef.gmjmcmc_merged: Coefficients for GMJMCMC Merged Model

Description

Extracts coefficients from the best GMJMCMC merged model.

Usage

# S3 method for gmjmcmc_merged
coef(object, ...)

Value

Vector of coefficients from the best model found.

Arguments

object

Object of class "gmjmcmc_merged".

...

Additional arguments (ignored).

Examples

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

Run the code above in your browser using DataLab