Description Usage Format Source Examples
A data set to demonstrate the simpson paradox
1 |
A data frame with 2000 rows and 3 variables:
First Variable
Second Variable
Grouping variable
Data was generated.
1 2 3 | library(ggplot2)
ggplot(simpson_paradox ) + aes(x = V2, y = V1) +
geom_point()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.