Learn R Programming

FBMS (version 1.3)

print.bgnlm_model: Print BGNLM Model Object

Description

Displays the coefficients of a BGNLM model object.

Usage

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

Value

Prints a summary of the model and returns NULL

Arguments

x

Object of class "bgnlm_model".

...

Additional arguments (ignored).

Examples

Run this code
data(exoplanet)
model <- get.best.model(fbms(semimajoraxis ~ ., data = exoplanet, 
family = "gaussian"))
print(model)
model <- get.mpm.model(fbms(semimajoraxis ~ ., data = exoplanet, 
family = "gaussian"), y = exoplanet[,1],x = exoplanet[,-1])
print(model)

Run the code above in your browser using DataLab