I'm working through the examples and after loading the openintro library tried to run `data(loan50)` https://github.com/OpenIntroOrg/advanced-high-school-statistics/blob/20ccba8d33cbc2fd96feb07a7bd36773d6c8b586/ch_summarizing_data/figures/loan50_amt_vs_interest/loan50_amt_vs_interest.R#L2 but received the error: `data set ‘loan50’ not found`. Edited: I tried loading `data(county)` and got the same error.
I'm working through the examples and after loading the openintro library tried to run
data(loan50)advanced-high-school-statistics/ch_summarizing_data/figures/loan50_amt_vs_interest/loan50_amt_vs_interest.R
Line 2 in 20ccba8
but received the error:
data set ‘loan50’ not found.Edited: I tried loading
data(county)and got the same error.