- What is the definition of a single-factor linear model?
- How many independent variables are there in a single-factor model?
- What does it mean for something to be statically different from zero?
- What are the critical T-values and P-values to tell whether an estimate is statistically significant?
- When the significant level is 1%, what is the critical T-value when there are 30 degrees of freedom?
- What is the difference between a one-sided test and a two-sided test?
- What are the corresponding missing codes for missing data items in R, Python, and Julia?
- How do we treat missing variables if our sample is big? How about if our sample is small?
- How do we generally detect outliners and deal with them?
- How do we ...