Learn R Programming

FBMS (version 1.3)

coef.mjmcmc_parallel: Coefficients for MJMCMC Parallel Model

Description

Extracts coefficients from the best MJMCMC parallel model.

Usage

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

Value

Vector of coefficients from the best model found.

Arguments

object

Object of class "mjmcmc_parallel".

...

Additional arguments (ignored).

Examples

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

Run the code above in your browser using DataLab