Description Usage Arguments Details Value
View source: R/stan_BF_hyperpriors.R
For the 'DirDirGamma'
model.
It computes an estimate using ML estimates of the parameters in each group.
1 2 3 4 5 6 | fun_estimate_DirDirGamma_hyperparameter(
df_background,
col_source = "source",
eps = 1e-12,
convcrit = 1e-08
)
|
df_background |
dataframe with background data |
col_source |
name of the source column (default: 'source') |
eps |
convergence parameters for Dirichlet MLE (see: |
convcrit |
convergence parameters for Dirichlet MLE (see: |
Returns a list.
a numeric vector for the estimated Dirichlet hyperparameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.