Learn R Programming

RoBMA (version 4.0.0)

prior_PET: PET Prior

Description

Create PET publication-bias regression priors.

Usage

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

Value

An object inheriting from prior with the prior.PET

marker class.

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.

See Also

publication_bias_prior_specification