What This Document Is
This document comprises midterm notes for MGT 6203, Data Analytics in Business at Georgia Tech. It’s a collection of key formulas, concepts, and diagnostic checks related to linear regression and introductory non-linear modeling techniques covered in the first three weeks of the course. It appears to be a student-created study aid intended for exam preparation.
Why This Document Matters
These notes are valuable for students enrolled in MGT 6203 who are preparing for the midterm examination. They consolidate essential information regarding model building, interpretation, and diagnostic testing. The notes are most useful when used as a review *after* engaging with course lectures, readings, and assignments. They are designed to quickly recall important R code snippets and statistical concepts.
Common Limitations or Challenges
This document is not a substitute for a comprehensive understanding of the course material. It provides a condensed overview and does not include detailed explanations of the underlying statistical theory. It also doesn’t cover all possible scenarios or advanced techniques. The notes are specific to the instructor’s approach and the examples used in MGT 6203.
What This Document Provides
The notes include:
* R code for reading data, deleting columns, and performing linear regression.
* The linear regression formula and how to interpret the summary output.
* Definitions of key terms like predicted value, actual value, and residuals.
* Methods for diagnosing linear regression models (residual plots, QQ plots, VIF).
* An introduction to indicator/dummy variables for categorical data.
* An overview of basic non-linear models (Level-Level, Linear-Log, Log-Linear, Log-Log).
* Guidance on transforming variables using logarithms (including handling zero values).
This preview does *not* include detailed derivations of formulas, complete datasets, or solutions to practice problems. It also does not cover advanced modeling techniques beyond the scope of the first three weeks of the course.