| prior_PET | R Documentation |
Create PET publication-bias regression priors.
prior_PET(
distribution,
parameters,
truncation = list(lower = 0, upper = Inf),
prior_weights = 1
)
distribution |
character. Prior distribution name. |
parameters |
list. Distribution parameters. |
truncation |
list with |
prior_weights |
numeric prior model weight. |
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.
An object inheriting from prior with the prior.PET
marker class.
publication_bias_prior_specification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.