multiverse {multiverse}R Documentation

Create a new multiverse object

Description

Constructs a new multiverse object which enables conducting a multiverse analysis

Usage

multiverse()

is_multiverse(x)

is.multiverse(x)

Arguments

x

An object

Details

To perform a multiverse analysis, the user needs to first constructs a new multiverse object. The user can declare multiple analysis pathways within this multiverse object, and execute these analyses. The multiverse object contains the following slots:

Value

An empty multiverse object

'TRUE' if the object inherits from the 'multiverse' class.

'TRUE' if the object inherits from the 'multiverse' class.

Examples

M <- multiverse()


[Package multiverse version 0.6.1 Index]