test_single_scenario_simulation: For run-time testing

Description Usage Arguments Details Value

Description

Sys.time() is used to track how long each piece of the simulation needs to run. Please read ?simulate_single_scenario for detailed walkthrough of parameters.

Usage

1
2
3
4
test_single_scenario_simulation(num_samples_trt = NULL,
  num_samples_control = NULL, num_genes = NULL, means = NULL,
  delta = NULL, cor_matrix = NULL, num_reps = 1000, method = NULL,
  p_adjust = NULL)

Arguments

num_samples_trt

Number of samples in group 1. Default: NULL

num_samples_control

Number of samples in group 2. Default: NULL

num_genes

Number of features being tested. Default: NULL

means

A vector of the means for each feature. Default: NULL

delta

An effect_size object containing a vector of effects. Default: NULL

cor_matrix

A matrix specifying the correlations. Default: NULL

num_reps

Number of iterations of the simulation overall. Default: 1000

method

Analysis method used. See ?analyze Default: NULL

p_adjust

p value adjustment method used. See ?p.adjust Default: NULL

Details

For testing purposes only.

Value

Summary of how long each piece of the simulation runs as well as what kind of analysis method used.


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