summary.emc.prior: Summary method for emc.prior objects

View source: R/priors.R

summary.emc.priorR 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)


EMC2 documentation built on April 11, 2025, 5:50 p.m.