Perform an Analysis
Using R programming, complete an analysis of either (a) pre-selected data provided in the course website/Canvas or (b) outside data you selected that has been approved by the instructor.
Wine Quality: Data
Heart Biometrics: Data
Iris: Data can be imported with
iris=data(iris)
Trees: Data can be important with
trees=data(trees)
The analysis should include:
All basic summary statistics discussed during the course.
At least two graphics from class.
A linear model or hypothesis test
Provide all your source code, with every line of code commented, and a brief statement about what can be concluded from the analysis.
Resources for R