Hi,
I am trying to relearn some statistics using the tutorial on this site:
http://r-statistics.co/Linear-Regression.html
I am trying to make the density plot.
The code starts with:
library(e1071)
When I type that in, I get an error message:
Error in library(e1071) : there is no package called ‘e1071’
I've tried loading the "stats" package, but I can't seem to fix it.