Open alexramiller opened 8 months ago
Line 107:
Text reads summary(gap_africa$lifeExp) when it should read summary(gap_europe$lifeExp)
summary(gap_africa$lifeExp)
summary(gap_europe$lifeExp)
Line 107:
Text reads
summary(gap_africa$lifeExp)
when it should readsummary(gap_europe$lifeExp)