Include your answers in this document in the sections below the rubric.
Rubric
(0 p) Participate in two data collection and entering activities.
(3 p) Interpret correlation for Males, Females, and Everyone combined.
(1 p) How would the correlation change if both hand span and height were measured in inches?
(2 p) Why is there a difference in the strength of the correlation for everyone compared to either gender separately?
(2 p) Describe the relationships between the scores and the guessed score.
(2 p) Identify and explain the most surprising feature of these data.
Height vs Hand Span
In a previous year, this was the procedure for collecting data:
Record your height in inches. For example 5’0” is 60 inches.
Use a ruler to measure your hand span in centimeters: the distance from the tip of your thumb to pinky finger with your hand splayed as wide as possible.
Have someone from your table enter your measurements at this link (as well as your gender): [link not provided here]
# Height vs Hand Spandat_hand <-read_csv("ADA1_CL_13_Data-CorrHandSpan.csv") %>%na.omit() %>%mutate(Gender_M_F =factor(Gender_M_F, levels =c("F", "M")) )
Rows: 378 Columns: 6
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (2): Semester, Gender_M_F
dbl (4): Table, Person, Height_in, HandSpan_cm
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Warning in check_and_set_ggpairs_defaults("diag", diag, continuous =
"densityDiag", : Changing diag$continuous from 'density' to 'densityDiag'
print(p1)
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
Questions to answer
Interpret correlation for Males, Females, and Everyone combined.
All:
Male:
Female:
Height was measured in inches and hand span was measured in centimeters. How would the correlation change if both hand span and height were measured in inches?
Why is there a large difference in the strength of the correlation for everyone compared to either gender separately?
Word memory scores
15 seconds to memorize 15 words: http://www.randomlists.com/random-words?qty=15
In a previous year, this was the procedure for collecting data:
Round 1
Put up a list of words for 15 seconds and view.
Have 60 seconds to write/type as many words as you can remember.
Score yourself (anonymous, so honesty is best – we’re all going to be bad at this).
Given your first performance, make a guess at how many words you’ll remember in round 2.
Round 2 (repeat of round 1)
Have someone from your table enter your scores at this link (as well as your gender and student status): [link not provided here]
Rows: 378 Columns: 9
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (4): Semester, Gender_M_F, UGrad_Grad, EnglishNativeLanguage
dbl (5): Table, Person, Score_1, Guessed_2, Score_2
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Warning in check_and_set_ggpairs_defaults("diag", diag, continuous =
"densityDiag", : Changing diag$continuous from 'density' to 'densityDiag'
print(p2)
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.