Description Usage Format Source Examples
Simulated data.
1 | data("corr.match")
|
A data frame with 121 observations on the following 9 variables.
x
a numeric vector
y1
a numeric vector
y2
a numeric vector
y3
a numeric vector
y4
a numeric vector
y5
a numeric vector
y6
a numeric vector
y7
a numeric vector
y8
a 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.