myTsim | R Documentation |
This carries out a simulation from a Normal
myTsim(
n1 = 20,
sigma1 = 3,
mean1 = 5,
iter = 10000,
ymax = 0.4,
x = 2,
y = 0.3,
...
)
n1 |
Sample size |
sigma1 |
Population standard deviation |
mean1 |
Population mean |
iter |
Number of iterations |
ymax |
Yaxis maximum value (for plots) |
x |
The x co-ord of the T annotation formula |
y |
The y co-ord of the same |
... |
More parameters to send to the histogram |
This demonstrates what a sampling distribution is and gives some details of how an r simulation can be made. The function is RMD ready.
A plot and list of summary stats
myTsim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.