| summarise_placebo_top3_posthoc | R Documentation |
Summarises the three strongest temporal placebo results (based on the difference between original and permuted ELPD) from a temporal permutation test.
summarise_placebo_top3_posthoc(placebo_tab, dir_csv)
placebo_tab |
Optional data frame with placebo results, typically
containing columns |
dir_csv |
Character scalar; directory where the placebo CSV file is stored. |
The table is ordered by decreasing diff (ELPD gain of the
original fit over the permuted fit), and the top three permutations
are retained.
A data frame with up to three rows and columns:
model: constant string "PlaceboTemporal".
config: text of the form "perm=<id>".
elpd_orig, elpd_perm, diff: original
ELPD, permuted ELPD, and their difference.
If no data are available, a single-row data frame with NA
entries is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.