openpharma / brms.mmrm

R package to run Bayesian MMRMs using {brms}
https://openpharma.github.io/brms.mmrm/
Other
18 stars 2 forks source link

Package function to get the whole prior of a model #74

Closed wlandau closed 9 months ago

wlandau commented 10 months ago

brms allows priors to be unspecified or partially specified. It would be great to have a brms.mmrm function to get the full prior given a dataset, formula, and partially specified prior. brms::prior_summary() requires an existing brms object.

wlandau-lilly commented 9 months ago

brms::get_prior() already does this.