powered by
Create some simple simulated data for testing purposes
simple_sims(nsamp = 100, ncond = 5, err_sd = 0.01)
number of samples of each type
number of conditions
the standard deviation of the errors
The simulation consists of equal numbers of four different types of effects: null, equal among conditions, present only in first condition, independent across conditions
# NOT RUN { simple_sims(100, 5) # }
Run the code above in your browser using DataLab