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