powered by
Displays a concise summary of an MJMCMC model object.
# S3 method for mjmcmc print(x, ...)
Prints a summary of the model and returns NULL
Object of class "mjmcmc".
Additional arguments passed to summary method.
data(exoplanet) model <- fbms(semimajoraxis ~ ., data = exoplanet, method = "mjmcmc") print(model)
Run the code above in your browser using DataLab