Elicit hyperpriors to use for Stan BF

stanBF_elicit_hyperpriors(
  df_background,
  model,
  mode_hyperparameter,
  col_source = "source",
  ...
)

Arguments

df_background

the dataframe containing background data, with the source column

model

the model short name

mode_hyperparameter

how the parameters are estimated (can be 'ML' or 'vague')

col_source

quoted name of the source column (default: 'source')

...

arguments to hyperprior estimation methods

Value

a list of hyperprior parameters, as many as expected by compute_BF_Stan()