sim_samples.Rd
Function to repeat rows in sim_df and produces a sample for each
sim_samples(measure = "mean", measure_spread = "sd", sim_dat, trials = 3)
Calculate sample median or mean. Defaults to mean.
Defaults to standard deviation, sd
. Specify "iqr", "range", "sd", "var". Will have to check how many of these are done right now.
Dataframe created by sim_df.
Number of trials, that is repeated rows to return. Defaults to 3 (small number of trials is good for testing).