Week 8 – Regression Assumptions & Intermediate R Flashcards
What are some Regression Assumptions?
- Know what each looks like
- Know what a violation looks like
- Know the solutions to the assumption violation
What is Linearity and how can you solve it?
Solution: transformation
What is Multi-collinearity and how can you solve for it?
Solution: Combine variables or drop one
What is Heteroscedasticity and how can you solve for it?
Solution: transformation
What is Serial correlation and how can you solve for it
Solution: Time series analysis
What are Outliers and how can you solve for them?
Solution: drop outliers
What is Benford’s Law?
in financial data, small digits appear more often than larger digits at the beginning of a number.
What are Decision trees?
• Decision trees identify which variables are most important for making decisions or predictions.
• The technique removes noise (entropy) and identifies which variables contribute the most information.
The result is a set of rules that can assist in decision making.