Description Usage Format Examples
Data were simulated using rnorm
.
1 |
The format is: List of 3 $ n40 : 40 observations from a standard normal distribution. $ n100: 100 observations from a standard normal distribution. $ n400: 400 observations from a standard normal distribution.
1 2 3 | data(simulated_normal)
par(mfrow = c(1, 3))
lapply(simulated_normal, qqnorm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.