Description Usage Arguments Value
View source: R/05-posthoc-quantities.R
Wrapper around normalize_log_posterior() that takes in the dataframe of optimization results and returns the same dataframe but with the theta_logposterior column normalized.
1 | normalize_optresults_logpost(optresults)
|
optresults |
Optimization results, a tibble() output by optimize_all_thetas_parallel(). |
Data frame of optimization results with the theta_logposterior column normalized, i.e. satisfying logSumExp(theta_logposterior) = 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.