Wayne's Github Page

A place to learn about statistics

Exercises

Use the same idaho dataset that only has data after 2000. Instead of plot(), let’s explore how to make histograms using the function hist()

Run the following command and answer the questions:

hist(idaho$yield_bu_per_ac)