corr_match | R Documentation |
Simulated data.
corr_match
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 dataset.
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.