Learn R Programming

EMC2 (version 3.1.0)

summary.emc.prior: 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 emc.prior
summary(object, ...)

Value

Invisibly returns NULL. Called for its side effect of printing the summary.

Arguments

object

An object of class 'emc.prior' containing prior specifications

...

Additional arguments passed to other methods (not currently used)

See Also

prior for creating prior objects

Examples

Run this code
# Take a prior object
prior <- get_prior(samples_LNR)
summary(prior)

Run the code above in your browser using DataLab