From a38ae95952521a6d91abf88801aa00d0a2a411e2 Mon Sep 17 00:00:00 2001 From: Oliver Ryan <orrya@student.unimelb.edu.au> Date: Sat, 15 May 2021 10:05:22 +1000 Subject: [PATCH] Victoria: average of smokers, obesity, pre_obese, heart_disease and correlations of these factors with pm10 --- health_average_correlation_pm10 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 health_average_correlation_pm10 diff --git a/health_average_correlation_pm10 b/health_average_correlation_pm10 new file mode 100644 index 0000000..cc8d3a2 --- /dev/null +++ b/health_average_correlation_pm10 @@ -0,0 +1,5 @@ +Health_factor,Average,Correlation_pm10 +smokers,14.2375,0.3626509927834874 +heart_disease,6.8625,0.6329274332227168 +pre_obese,31.15,-0.32664413118569946 +obese,17.05,0.22590823870295662 -- GitLab