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