Learn R Programming

RoBMA (version 4.0.0)

prior_informed: Informed Prior

Description

Create empirical informed prior distributions.

Usage

prior_informed(name, parameter = NULL, type = "smd")

Value

An object of class prior.

Arguments

name

character. Informed prior name. Supported examples include "van Erp", "Oosterwijk", "Cochrane", and medicine subfields from BayesTools::prior_informed_medicine_names.

parameter

character. Parameter subset. Required for medicine priors and not needed for psychology priors.

type

character. Effect-size type. Medicine priors use values such as "smd", "logOR", "logRR", "RD", and "logHR".

Details

Further details can be found in erp2017estimates;textualRoBMA, gronau2017bayesian;textualRoBMA, bartos2021bayesian;textualRoBMA, and bartos2023empirical;textualRoBMA.

References