Create 'multiverse analysis' in R
Accessing contents of the multiverse object
Define multiple analysis paths for a step in the multiverse
Define constraints for combinations of analysis paths in the multivers...
Execute parts of, or the entire multiverse
Exporting results from a multiverse analysis to JSON
Extract variables and objects from the multiverse
Code corresponding to a single analysis
Pass code into the multiverse
Create custom code blocks for multiverse analysis
'Explorable Multiverse' Data Analysis and Reports in R
Create a new multiverse object
Parse the multiverse syntax to identify branches
Accessing contents of the multiverse object
Stylises the code of multiverse for printing
Implement 'multiverse' style analyses (Steegen S., Tuerlinckx F, Gelman A., Vanpaemal, W., 2016) <doi:10.1177/1745691616658637> to show the robustness of statistical inference. 'Multiverse analysis' is a philosophy of statistical reporting where paper authors report the outcomes of many different statistical analyses in order to show how fragile or robust their findings are. The 'multiverse' package (Sarma A., Kale A., Moon M., Taback N., Chevalier F., Hullman J., Kay M., 2021) <doi:10.31219/osf.io/yfbwm> allows users to concisely and flexibly implement 'multiverse-style' analysis, which involve declaring alternate ways of performing an analysis step, in R and R Notebooks.
Useful links