View source: R/sim_intervals.R
sim_intervals | R Documentation |
Simulate a sampling distribution.
sim_intervals(nsim = 10000, n = 10000, seed = 1009)
sim(nsim = 10000, n = 10000, seed = 1009)
nsim |
Nb of replicates. |
n |
Nb of observations. |
seed |
Integer, the seed used for random numbers. |
Simulate a sampling distribution using base R. Section 2.4.
List with percentage of bad and good.
## Not run:
sim_intervals()
## End(Not run)
## Not run:
sim()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.