What is sampling?
generating statistics that are estimates of population parameters
What is sampling error?
difference between the sample statistic and the population parameter. eg., sample mean & population mean
What is the difference between probability sampling and non-probability sampling?
probability sampling: every member of population has the same chances of being selected
non-probability sampling: less representative due to methods considering factors such as access to data.
What are the 4 types of probability sampling? SSSC
Describe the 4 types of probability sampling.
What are the 2 types of cluster sampling?
Describe the 2 types of cluster sampling.
What are the 2 types of non-probability sampling methods?
Describe the 2 types of non-probability sampling. CJ
What is the standard error formula?
sx = s (or sqrt variance)/ sqrt n
s = standard deviation
sqrt n = number of samples
What is standard error?
measures how much discrepancy is likely in a sample’s mean compared with the population mean
What is the standard error of the sample formula using the bootstrap method?
sqrt (1/n-1)* variance
variance = (data value - mean ^2 + data value - mean ^2)…
n = sample size
What is the difference between the jackknife and bootstrap method?
jackknife: leaves out one observation at a time without replacement.
bootstrapping: one number in a sample gets replaced.