Data Basics
Types of Variables
Experiments
Describe Data
Histograms/Boxplots
100

The entire group of individuals to be studied is called...

Population

100

Gender

Qualitative, nominal

100

What are the three necessary attributes to make a study experimental?

Random assignment, groups, and "treatment" options

100

True or False? A bimodal distribution will always be symmetrical.

False

100

Which visual summary allows us to see shape frequencies?

Histogram

200

Type of Sample: Choosing the first 10 trees that you see in the area...

Convenience sampling

200

The time it takes to finish a 5K rounded to the nearest minute...

Quantitative, discrete

200

researchers recruited 72 healthy, physically active men ages 18-35 and divided them into three groups. During the study, each participant drank still water (Highland Spring) and three beverages that were randomly picked for them. By tracking the men's urine output after each beverage, the scientists could assign a beverage hydration index, or BHI, to each drink. Experimental or observational?

Experimental

200

Measures of Center, or numerical summaries, include...

Mean, median, and mode

200
What do we use to calculate for best fit?

Median and IQR

300

Type of Sample: Numbering the trees in the area, placing all the numbers in a bag, then choosing 10 tree numbers from the bag...

Simple random sampling

300

Carnival Cruise Lines assigns cruise goers into "Blue", "Red", "Gold", "Platinum", and "Diamond" depending on how many nights they've stayed on a cruise from that line...

Qualitative, ordinal

300

Harvey is a TA for a statistics class and decides to send out a survey asking students if they attended office hours. Harvey randomly chooses one of the two statistics classes and asks students sitting in the front row to fill the survey out. Harvey concludes that students who succeeded in the class attended office hours. Can the study be generalized to all of the statistics classes?

No

300

We calculate the relative frequency by...

dividing the frequency of observation by total observations

300

If Q1 = 24, Median = 32, Q3 = 55, what is the IQR?

31

400
Type of sample: Grouping the trees by type, then choosing three of each type at random...

Stratified sampling

400

Access the LEAPdata by typing the following code into your console in RStudio: LEAPdata<-read.csv("https://aub.ie/LEAPdata"). What type of variable is Age.months?

Quantitative, continuous

400

Typically, a dog would be given several "specimens", one of which corresponded to a patient who had tested positive for COVID. The dog would be trained to sniff the specimens and then sit down next to the COVID specimen. The dog's performance would be tested over several trials, with the location of the COVID specimen randomly determined each time. Type of study?

Observational

400

Measures of Spread include...

Range, standard deviation, variance, and Interquartile range

400

If a boxplot/graph is left skewed, how do the mean and median relate to each other?

Mean < median

500

Consider the letters: A, B, C, D, E, F, G. What are the chances that any particular sample of two letters will be the one selected?

1/21

500

Using the LEAP data, what variable is Overall.V60.outcome?

LEAPdata<-read.csv("https://aub.ie/LEAPdata")

Qualitative, nominal

500

Typically, a dog would be given several "specimens", one of which corresponded to a patient who had tested positive for COVID. The dog would be trained to sniff the specimens and then sit down next to the COVID specimen. The dog's performance would be tested over several trials, with the location of the COVID specimen randomly determined each time. What is the response variable?

The dog's reaction.

500

Use RStudio to calculate the mean, median, and summary, specifically Q1 and Q3 of the following list: 322, 270, 260, 266, 257, 260, 267

Mean: 271.71

Median: 266

Q1: 260.0

Q3: 268.5

500

T/F: All quartiles of a boxplot are equal.

True