Description Usage Format Source Examples
Simulated data.
1 | data("corr.match")
|
A data frame with 121 observations on the following 9 variables.
xa numeric vector
y1a numeric vector
y2a numeric vector
y3a numeric vector
y4a numeric vector
y5a numeric vector
y6a numeric vector
y7a numeric vector
y8a numeric vector
Simulated data set.
1 2 3 | data(corr.match)
plot(corr.match$x, corr.match$y1)
cor(corr.match$x, corr.match$y1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.