Linear and Non-Linear Models
Gauss-Markov Theorem Assumptions
Asymptotics
Stata
100

The u in the equation y=b0+b1+...bkxk+u

What is the error term?

100

The assumption that states "The parameters we are estimating using the OLS method must be themselves linear."

What is the Linearity Assumption?

100

Properties that are not defined for a particular
sample size; rather, they are defined as the sample size grows without bound.

What are asymptotic properties?

100

The command for running a regression on a DV and IVs.

What is reg or regression?

200

Mathematical models used to capture decreasing and increasing marginal effects.

What are quadratic functions?

200

The assumption that states "Our data must have been randomly sampled from the population."

What is the Random Assumption?

200

The minimal requirement for an estimator that assumes as the sample size tends to infinity, the distribution of of the sample will collapse to a single point.

What is consistency?

200

The command to quickly check how a variable is distributed.

What is inspect or hist?

300

The test that can be run to determine if a quadratic function is statically significant.  

What is a T-test?

300

The assumption that states "The regressors being calculated aren’t perfectly correlated with each other."

What is the Non-Collinearity Assumption?

300

The central limit theorem helps us conclude that with a large enough sample size a distribution will satisfy this.  

What is asymptotic normality?

300

Command to delete the data loaded in your Stata session.

What is clear?
400

The test that can be run to determine if an interaction term is statically significant.  

What is a T-test?

400

The assumption that states "The regressors aren’t correlated with the error term"

What is the Exogeneity or Zero Conditional Mean Assumption?

400

When an independent variable is correlated to the error term it can produce this.

What is asymptotic bias or inconsistency?

400

Command to delete all variables except the ones you specify in Stata and command to delete a variable you specify.

What is keep and drop?

500

The type of coefficient we can change our OLS equation into in order to standardize the variables.

What are standardized coefficients or beta coefficients?

500

The assumption that states "No matter what the values of our regressors might be, the error of the variance is constant."

What is the Homoscedasticity assumption?

500

The acronym to remember how to determine if an OLS can be described as efficient. Also works for asymptotically efficient.

What is BLUE? Best, Linear, Unbiased, Estimator

500

The value that represents how much the IVs in a regression explain the variation in the DV, adjusted for the number of variables.

What is Adjusted R squared?