Learn R Programming

FBMS (version 1.3)

coef.bgnlm_model: Coefficients for BGNLM Model

Description

Extracts coefficients from a BGNLM model.

Usage

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

Value

Vector of coefficients.

Arguments

object

Object of class "bgnlm_model".

...

Additional arguments (ignored).

Examples

Run this code
data(exoplanet)
model <- get.best.model(fbms(semimajoraxis ~ ., data = exoplanet, family = "gaussian"))
coef(model)

Run the code above in your browser using DataLab