summary.emc.prior | R Documentation |
Prints a summary of the prior specification, including descriptions of the prior types and their associated hyperparameters.
## S3 method for class 'emc.prior'
summary(object, ...)
object |
An object of class 'emc.prior' containing prior specifications |
... |
Additional arguments passed to other methods (not currently used) |
Invisibly returns NULL. Called for its side effect of printing the summary.
prior
for creating prior objects
# Take a prior object
prior <- get_prior(samples_LNR)
summary(prior)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.