Instead of the usual time (1:30-4), Student Hours today will be from 2:30-5pm. (Today only!)
When two variables are involved in a study, they are often classified as explanatory and response.
Darkness | Night Light | Room Light | Total | |
---|---|---|---|---|
Near-sighted | 18 | 78 | 41 | 137 |
Not near-sighted | 154 | 154 | 34 | 342 |
Total | 172 | 232 | 75 | 479 |
Darkness | Night Light | Room Light | Total | |
---|---|---|---|---|
Near-sighted | 18 | 78 | 41 | 137 |
Not near-sighted | 154 | 154 | 34 | 342 |
Total | 172 | 232 | 75 | 479 |
Darkness | Night Light | Room Light | Total | |
---|---|---|---|---|
Near-sighted | 0.105 | 0.336 | 0.547 | 0.286 |
Not near-sighted | 0.895 | 0.664 | 0.453 | 0.714 |
Total | 1.000 | 1.000 | 1.000 | 1.000 |
Darkness | Night Light | Room Light | Total | |
---|---|---|---|---|
Near-sighted | 0.105 | 0.336 | 0.547 | 0.286 |
Not near-sighted | 0.895 | 0.664 | 0.453 | 0.714 |
Total | 1.000 | 1.000 | 1.000 | 1.000 |
Near sighted is dark gray, not-near sighted is light gray.
The 2008-9 Oklahoma City Thunder had a win-loss record that was actually worse for home games with a sell-out crowd (3 wins and 15 losses) than for home games without a sell-out crowd (12 wins and 11 losses).
okcmatrix <- matrix(c(3,15,12,11), byrow=FALSE, nrow=2)
rownames(okcmatrix) <- c("Wins", "Losses")
colnames(okcmatrix) <- c("Sell-out Crowd", "Smaller Crowd")
okctable <- as.table(okcmatrix)
okctable
## Sell-out Crowd Smaller Crowd
## Wins 3 12
## Losses 15 11
## Sell-out Crowd Smaller Crowd
## Wins 0.1666667 0.5217391
## Losses 0.8333333 0.4782609
A confounding variable is a variable that is related both to the explanatory and to the response variable in such a way that its effects on the response variable cannot be separated from the effects of the explanatory variable.
Everyone: The strength of the opposing team is a confounding variable. Explain how this variable is confounding–what is the link between this third variable and the response variable, and what is the link between this third variable and the explanatory variable? Use this form to type up a complete sentence of explanation.
Of the Thunder’s 41 home games, 22 were against teams that won more than half of their games (“strong opponents”). Of these 22 games, 13 were sell-outs. Of the 19 games against “weak opponents”" that won less than half of their games that season, only 5 of those games were sell-outs.
Record this data in a two-way table. The rows should be labeled Sell-out Crowd and Smaller Crowd, and the columns should be labeled Strong opponent and Weak opponent.
Compute and record the conditional column proportions for your table.
When the Thunder played a strong opponent, they won only 4 of 22 games. When they played a weak opponent, the Thunder won 11 of 19 games.
Record this data in a two-way table. Now the columns should be labeled Strong opponent and Weak opponent, and the rows should be labeled Wins and Losses.
Compute and record the conditional column proportions for your table.
Does there appear to be an association between wins/losses and opponent records?
Studied aspirin’s effect on reducing heart attacks.
The goal of the tripping study is to compare two recovery strategies for tripping (elevating or lowering).
Possible confounding variables:
Open the Randomizing Subjects applet. This applet will simulate how the two groups were formed for the lifting/lowering tripping experiment.
The dotplots are illustrating how two randomized groups will be different, in the long run.
Regardless of the variable we measure (sex, height, “balance gene”, or something we haven’t even considered like “x-var”), on average, in the long run, what is the difference in the observed statistics for each group?
What does your answer to #5 imply about the differences between two randomly assigned groups?
-poll "Suppose one of the randomly assigned groups used the lifting strategy, while the other used the lowering strategy. Suppose that the lifting strategy group fell much less often. What is the best explanation for why they fell less often?" "They were shorter." "There were more females in the lifting group." "There were more people with the balance gene in the lifting group." "Lifting is a better strategy than lowering."
Among students who took the essay portion of the SAT, those who wrote in cursive style scored significantly higher on the essay, on average, than students who used printed block letters.
What are the explanatory and response variables?
Is this an observational study or an experiment?
Identify a possible confounding variable.
Based on this data, does cursive writing cause an essay score to be higher?
Investigation 4 deals with the study in this video. Watch it and decide whether it is an experiment or an observational study, and what confounding variables might be present.