summary.emc.prior {EMC2} | R Documentation |
Summary method for emc.prior objects
Description
Prints a summary of the prior specification, including descriptions of the prior types and their associated hyperparameters.
Usage
## S3 method for class 'emc.prior'
summary(object, ...)
Arguments
object |
An object of class 'emc.prior' containing prior specifications |
... |
Additional arguments passed to other methods (not currently used) |
Value
Invisibly returns NULL. Called for its side effect of printing the summary.
See Also
prior
for creating prior objects
Examples
# Take a prior object
prior <- get_prior(samples_LNR)
summary(prior)
[Package EMC2 version 3.2.0 Index]