effect_size: effect_size object constructor

Description Usage Arguments Details Value Examples

Description

Creates (or if it already exists, simply returns) a unique effect size object

Usage

1

Arguments

effects

A vector of the effect size the user would like to apply to the simulation they are running

Details

Each effect size object is unique. Duplicates will not be created.

Value

An effect size object that can be passed to the simulation functions

Examples

1
2
effect_size(c(rep(0,5), 0.4, rep(0.3, 6)))
effect_size(c(0.3, 0.4, 0, 0, 0, 0.2))

emartchenko/mvsimstudy documentation built on May 24, 2019, 5:04 a.m.