powered by
Extracts coefficients from a BGNLM model.
# S3 method for bgnlm_model coef(object, ...)
Vector of coefficients.
Object of class "bgnlm_model".
Additional arguments (ignored).
data(exoplanet) model <- get.best.model(fbms(semimajoraxis ~ ., data = exoplanet, family = "gaussian")) coef(model)
Run the code above in your browser using DataLab