prior_PET: PET Prior

prior_PETR Documentation

PET Prior

Description

Create PET publication-bias regression priors.

Usage

prior_PET(
  distribution,
  parameters,
  truncation = list(lower = 0, upper = Inf),
  prior_weights = 1
)

Arguments

distribution

character. Prior distribution name.

parameters

list. Distribution parameters.

truncation

list with lower and upper truncation bounds.

prior_weights

numeric prior model weight.

Details

This forwards to BayesTools::prior_PET() and uses the same distribution and parameter conventions as prior(). By default, PET priors are truncated to the positive half-line.

Value

An object inheriting from prior with the prior.PET marker class.

See Also

publication_bias_prior_specification


RoBMA documentation built on May 7, 2026, 5:08 p.m.