RailTrail
.hightemp
and cloudcover
is quite small. Would you be sure that the two variables are not related at all? Create scatter plot. After examing the scatter plot, would you conclude 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”.The largest group that has Alzheimers is the none smoking class.
The group with more cases than any other would be the other dementias >20 cigarettes per day.
People that dont smoke are more likely to have Alzheimer Than people who smoke.Which seems that smoking may not effect people that have Alzheimers.
RailTrail
.Hint: The RailTrail
data set is from the mosaicData
package.
The variables that have a postive correlation would be the hightemp and volume grouping
The season to be the most popular would be in the summer time most likely avgtemp
Hint: Use message
, echo
and results
in the chunk options. Refer to the RMarkdown Reference Guide.