Data Types and Miscellaneous
(1.2)
Sampling Types and Biases (1.3)
Calculating center and spread
(2.2 and 2.3)
z scores and p values
(3.1 and 3.2)
Sampling distributions
(3.3)
100

What type of data is used in Likert scales?

Ordinal

100

What is the ideal type of sample we desire in any statistical study, one in which all members of the population have an equal likelihood of being selected?

Simple Random Sample

100

Explain how to find the IQR given a list of values.

Put in order, find Q1 and Q3, then subtract Q3-Q1.

100

How do you calculate z score?

Your value/observation minus the mean, then divided by the standard deviation.

100

True or false, to get the mean of the sampling distribution, you divide by the square root of the sample size. Explain.

False, the mean stays the same. (Standard error = SD/sqrt(n)

200

True or false: We can represent categorical data using a histogram. Explain

False, we can only represent numerical data in a histogram.

200

Explain how stratified random sampling works.

Split population into clusters or groups, then select a random sample from each of those clusters.

200

Using your notes, explain the processes of calculating the standard deviation.

Find the mean, subtract the mean from each value, square each, add, divide by n-1, square root.

200

How do you calculate the p value once you have your z score?

You use the z chart to look up the p value, matching the decimals of the z score.

200

True or false: A larger sample size leads to a smaller standard error. Explain.

True. Standard error is standard deviation divided by square root of sample size. Larger denominator makes SE smaller.

300

What is considered a passing score on the college side of OnRamps Statistics? 

60

300

When studying whether serving ice cream and number of drownings are related, a statistician realizes there is, in fact, a correlation. To imply causation, they would be failing to account for what type of variable?

Confounding variable (summer months)

300

How do you know when to use the mean/SD or median/IQR to represent the center and spread of the data?

Normal = mean/SD, skewed or bi-modal = median/IQR

300

The empirical rule says that roughly 68% of the data should be how close to the mean?

Within one standard deviation (higher or lower).

300

True or false: if the population data is skewed right, then the means of several samples of the same size (e.g. 40) will actually tend to be normal. What theorem validates or disproves this?

True. This is known as the Central Limit Theorem.

400

Explain a common error in typing code into RStudio

Wrong names of labels/variables, missing characters in the commands, incorrect capitalization.

400

We want to survey a sample of seniors to determine which prom themes are desired this year. Explain the parameter of interest and the sampling statistic in this scenario.

Parameter of interest = choices of all seniors, sampling statistic = choices of only those seniors surveyed.

400

How do you calculate the mean of a frequency chart?

You multiply each value times its frequency, add up those totals, then divide by how many data points you have.

400

If you want the percentage of the data greater than a particular value, how do you use the z chart differently?

Using the z score, find the p value, but subtract that p value from 1.000

400

If you are given the standard error and sample size, how can you find the original standard deviation?

Multiply standard error by the square root of the sample size.

500

This is the type of data our house address would be considered.

ordinal

500
Your stats teacher wants to know how San Antonians feel about an upcoming proposition on the ballot this November. She takes a poll of the people in her neighborhood. Explain what type of sampling this is and its issue.

This is convenience sampling because she is only polling people that are convenient to question. This does not give us a good representation of the entire population of San Antonio.

500

How do you calculate the median, Q1, and Q3 of a frequency chart?

You count from one end to the other, identifying which bin contains the halfway point, the 25th percentile, and the 75th percentile, respectively.

500

If you want the 80th percentile, how do you use your z chart to find the value?

Find the closest p value near 0.800, then work backwards to find the z score...then the initial value.

500

If you are given the standard error and the standard deviation, how do you find the sample size?

Divide the standard deviation by the standard error, then square it.

M
e
n
u