RailTrail.hightemp and cloudcover is quite small. Would you be sure that the two variables are not related at all?The data set is from a case-control study of smoking and Alzheimer’s disease. The data set has two variables of main interest:
smoking a factor with four levels “None”, “<10”, “10-20”, and “>20” (cigarettes per day)disease a factor with three levels “Alzheimer”, “Other dementias”, and “Other diagnoses”.People that are not smoking cigarettes has the largest group. 0 cigarettes per day.
Other dimensias greater than 20 cigarettes per day.
Smoking does not matter in determining dementias. There are some relationships but they are small.
RailTrail.Hint: The RailTrail data set is from the mosaicData package.
Fall(-.25), Spring (-.04), Cloudcover(-.37), Percipitation (-.23) all have a negative correlation.
## Q6 What season seems to be least popular for trail users? Fall is the least popular season for trailusers(-.25).
Hint: Use message, echo and results in the chunk options. Refer to the RMarkdown Reference Guide.