sample_from_pop | R Documentation |
Sample Parameters from Population Parameters
sample_from_pop(n = 100, mu = 0, sd = 1, r = 0)
n |
sample size |
mu |
population mean |
sd |
population SD |
r |
population r |
list of sample parameters (mu, sd, r)
sample_from_pop(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.