powered by
Extracts coefficients from the best GMJMCMC model found.
# S3 method for gmjmcmc coef(object, ...)
Vector of coefficients from the best model found.
Object of class "gmjmcmc".
Additional arguments (ignored).
data(exoplanet) model <- fbms(semimajoraxis ~ ., data = exoplanet, method = "gmjmcmc", transforms = c("sigmoid")) coef(model)
Run the code above in your browser using DataLab