Description Usage Format Source Examples
Simulated data.
1 |
A data frame with 121 observations on the following 9 variables.
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
Simulated data set.
1 2 3 4 5 6 | library(ggplot2)
ggplot(corr_match, aes(x = x, y = y1)) +
geom_point()
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.