Learn R Programming

FBMS (version 1.3)

coef.gmjmcmc: Coefficients for GMJMCMC Model

Description

Extracts coefficients from the best GMJMCMC model found.

Usage

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

Value

Vector of coefficients from the best model found.

Arguments

object

Object of class "gmjmcmc".

...

Additional arguments (ignored).

Examples

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

Run the code above in your browser using DataLab