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