simple_sims {mashr} | R Documentation |
Create some simple simulated data for testing purposes
Description
Create some simple simulated data for testing purposes
Usage
simple_sims(nsamp = 100, ncond = 5, err_sd = 0.01)
Arguments
nsamp |
number of samples of each type |
ncond |
number of conditions |
err_sd |
the standard deviation of the errors |
Details
The simulation consists of equal numbers of four different types of effects: null, equal among conditions, present only in first condition, independent across conditions
Examples
simple_sims(100, 5)
[Package mashr version 0.2.79 Index]