powered by
Plots the coefficients of a BGNLM model.
# S3 method for bgnlm_model plot(x, ...)
The input object (invisibly).
Object of class "bgnlm_model".
Additional arguments passed to barplot.
data(exoplanet) model <- get.best.model(fbms(semimajoraxis ~ ., data = exoplanet, family = "gaussian")) plot(model)
Run the code above in your browser using DataLab