(1.2)
What type of data is used in Likert scales?
Ordinal
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
Explain how to find the IQR given a list of values.
Put in order, find Q1 and Q3, then subtract Q3-Q1.
How do you calculate z score?
Your value/observation minus the mean, then divided by the standard deviation.
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)
True or false: We can represent categorical data using a histogram. Explain
False, we can only represent numerical data in a histogram.
Explain how stratified random sampling works.
Split population into clusters or groups, then select a random sample from each of those clusters.
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.
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.
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.
What is considered a passing score on the college side of OnRamps Statistics?
60
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)
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
The empirical rule says that roughly 68% of the data should be how close to the mean?
Within one standard deviation (higher or lower).
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.
Explain a common error in typing code into RStudio
Wrong names of labels/variables, missing characters in the commands, incorrect capitalization.
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.
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.
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
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.
This is the type of data our house address would be considered.
ordinal
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.
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.
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.
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.