Description Usage Format Examples
Data were simulated in R, and some of the simulations do not represent data from actual normal distributions.
1 |
The format is: List of 4 $ d1: data set of 100 observations. $ d2: data set of 50 observations. $ d3: num data set of 500 observations. $ d4: data set of 15 observations. $ d5: num data set of 25 observations. $ d6: data set of 50 observations.
1 2 3 | data(simulated_dist)
par(mfrow = c(3, 2))
lapply(simulated_dist, qqnorm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.