powered by
A dataset to preserve tylervigen.com correlations.
spurious_correlations
A tibbles with 155 observations and 9 variables:
Year
Variable 1
Variable 2
Variable 1 short name
Variable 2 short name
Variable 1 unit
Variable 2 unit
Variable 1 value
Variable 2 value
Source
# Drownings by Falling into a Pool # correlates with # Films Nicolas Cage Appeared In d <- spurious_correlations[spurious_correlations$var2_short == "Nicholas Cage", ] cor(d$var1_value, d$var2_value)
Run the code above in your browser using DataLab