Notes Methods & Techniques
Notes Methods & Techniques
Lecture 1 – Introduction
Everyday learning
- Learning via tradition (little effort).
- Learning via experts (little effort).
- Learning via own experience (causal reasoning).
Scientific learning
“Is something true or not?”
Extending existing knowledge, learning via scientific methods.
Theory, data, and analysis are important in scientific learning. Scientific learning is mainly
about quantitative questions and answers.
- Type 1 Association: description of facts.
- Type 2 Causal relation: one variable influencing another.
Ideal experiment: Randomized controlled trial (RCT). Control and treatment group: difference
between sample means of treatment and control group is an estimation of the causal
experiment. Random assignment is needed. However, this is often expensive, impossible, and
it may even be unethical.
Types of data
Observational data: not designed especially for causal effects.
Experimental data: designed to evaluate treatment or policy.
Time dimension:
Time series data consist of a single entity observed at multiple times (GDP of a country over
several years).
Cross-sectional data consist of multiple entities observed at a single time period (GDP of
several countries in a specific year).
Panel data (longitudinal data) consist of multiple entities, where each entity is observed at
two or more time periods (GDP of several countries over several years).
Unit of analysis: What one is studying: individual, firms, groups, regions, or countries.
Conceptualization
The process through which we specify what we mean when we use particular terms in
research. Typically difficult in social sciences.
1
Operationalization
The development of specific research procedures that will result in empirical observations
representing those concepts in the real world. Operationalization is about the measurement of
a theoretical concept.
Linear regression models are specifically suited for continuous dependent variable Y and any
kind of variable X.
n
1
Sample covariance : s XY = ∑ ( X −X )(Y i−Y )
n−1 i=1 i
The sample covariance shows if X and Y tend to move in the same (+) or opposite (-)
direction. However, the unit (unit of X × unit of Y) is difficult to interpret.
s XY
Sample correlation ( coefficient ) :r XY =
sX sY
The sample correlation coefficient is unit free, it always takes on a value between -1 and 1.
It measures the strength of the relationship between X and Y.
Linear regression more explicitly tries to assess a cause and effect relationship, and to
quantify such causal effect (under assumptions). It is a very flexible framework which can be
extended in several respects (multiple X-variables, nonlinear relationship).
2
ui: error term, other factors which are not considered. Vertical distance between population
regression line and observation. The population regression line ( β 0 + β 1 X i ) represents the
average relationship between Yi and Xi.
Estimating regression coefficients
True β0 and β1 are unknown.
Ordinary least squares (OLS) provides an estimation for the values of β0 and β1.
Estimation : ^β 0∧ β^ 1
n
Minimize : ∑ (Y i − ^β 0− ^β 1 X i ¿)2 ¿
i=1
Fitted regression line : Y^ i= β^ 0 + ^β 1 X i
Y i− β^ 0 − ^β1 X i is the distance between the regression line and the observation points.
(Y i− β^ 0 − ^β1 X i)2 is to correct for positive and negative distances and it puts more (less) weight
on points that are close to (far away from) the regression line.
n
i=1
This is similar to the correlation coefficient, however, it is not unit free: measured in (units of
Y / units of X).
OLS estimator of β 0 : β^ 0=Y − ^β 1 X
Predicted ( fitted ) values : Y^ i = ^β 0+ ^β1 X i
Residuals : u^ i=Y i−Y^ i
Observed values :Y i =Y^ i+ u^ i
Assumptions of OLS
1. Zero Conditional Mean: E ( ui| X i )=0
2. Yi and Xi are independent and identically distributed.
3
3. Large outliers are unlikely.
If Xi is not assigned randomly: we need to believe that Xi is unrelated with other factors that
also influence Yi “as good as random”.
For each other factor:
- Does not influence Yi?
- Uncorrelated with Xi?
If Xi is related with other factors, the model will give an estimation of the causal effect, based
on a mixture of Xi and other factors (β and γ). For a good regression model, the zero
conditional mean assumption should hold.
Unbiasedness of β1
Unbiased if E( ^β 1 ¿ = β1
n
∑ ( X i−X )2
i=1
4
[ ]
n
∑ ( X i−X )2
i=1
[ ]
n
1
∑ (X − X )E ( ui|X 1 , … , X n )
n i=1 i
E ( β^ 1 ) =β 1+ E n
1
∑ ( X −X )2
n i=1 i
[ ]
n
1
∑ ( X − X) E ( ui|X 1 , … , X n )
n i=1 i
E n
→0 under assumption 1 → E ( β^ 1 ) =β 1
1
∑
n i=1
(X i−X )2
1 var [ ( X i −μ X ) ui ]
Variance :σ 2β = 2
n [var ( X i ) ]
1
Interpretation
Conditional expectation of Y given X:
E ( Y i|X i) =E ( β 0 + β 1 X i+u i| X i )=β 0 + β 1 X i+ E ( ui|X i )
↘ = 0 (assumption 1)
E ( Y i|X i) =β 0 + β 1 X i
E ( Y i|X i+1 ) =E ( Y i|X i ) + β1
E ( Y i|X i+ ∆ X i ) =E ( Y i| X i ) + β 1 × ∆ X i
Intercept: interpretation only makes sense when Xi = 0 occurs in the dataset.
5
Summary chapter 4 – Linear Regression with One Regressor
1. The population regression line, β 0 + β 1 X , is the mean of Y as a function of the value of
X. The slope, β1, is the expected change in Y associated with a one-unit change in X.
The intercept, β0, determines the level (or height) of the regression line.
2. The population regression line can be estimated using sample observations (Yi, Xi), i =
1, …, n by ordinary least squares (OLS). The OLS estimator of the regression
intercept and slope are denoted by ^β 0∧ β^ 1.
3. The R2 and standard error of the regression (SER) are measures of how close the
values of Yi are to the estimated regression line. The R2 is between 0 and 1, with a
larger value indicating that the Yi’s are closer to the line. The standard error of the
regression is an estimator of the standard deviation of the regression error.
4. There are three key assumptions for the linear regression model: (1) The regression
errors, ui, have a mean of zero, conditional on the regressors Xi. (2) The sample
observations are independent and identically distributed (i.i.d.), random draws from
the population. (3) Large outliers are unlikely. If these assumptions hold, the OLS
estimators ^β 0∧ β^ 1 are (1) unbiased, (2) consistent, and (3) normally distributed when
the sample is large.
Hypothesis testing
In general: H0: β1 = β1,0 vs. H1: β1 ≠ β1,0
β1,0: Hypothesized value (H0: β1 = 0)
The p-value gives the probability of obtaining an estimate ^β 1 even further away from β1,0 than
^β act , if H0 is true.
1
The p-value gives the probability of drawing a sample that gives β^ larger than |β^ | or
act
1 1
smaller than−|β^ 1 | .
act
In general: the p-value gives the probability of drawing a sample that gives ^β 1larger than
|β^ act
1 − β 1 ,0| or smaller than −|β 1 − β 1 ,0|.
^ ^ act ^
P-value
Pr H ( β^ 1−β 1 ,0 ←|β^ act
0 1 −β 1 ,0|∨ β 1−β 1, 0 >|β 1 −β 1 ,0|)
^ ^ act
Pr H (| β
0
^ − β |>|β
1 1, 0
^ act −β |)
1 1, 0
(| || |)
β^ 1−β 1 ,0 ^β 1 −β1 , 0
act
Pr H > =t−statistic
SE ( β^ 1 ) SE ( ^β 1)
0
β^ 1−β 1 ,0
t−statistic :t=
SE( β^ )
1
6
P=Pr H (|t|>|t act|)
0
Φ: distribution function of a Normal N(1,0) distribution. The area under the density curve.
Φ(Z) is the probability of being below Z. 1 – Φ(Z) is the probability of being above Z.
Confidence intervals
Often a confidence interval of 95% is used. From all samples that can be drawn, the interval
will contain the true value of β1 in 95% of the cases.
Pr ( lower bound< β1 <upper bound ) =0.95
( )
^β −β
Pr −1.96< 1 1 ,0 <1.96 =0.95
SE ( ^β 1 )
Pr [ β −1.96 SE ( ^β ) < ^β < β +1.96 SE ( ^β ) ]=0.95
1 1 1 1 1
Recommendation
Always use heteroskedasticity-robust standard errors (White in Eviews), and not the
homoskedasticity-only variance (Estimation default in Eviews), unless there is a very strong
belief that homoskedasticity holds.
The size of the effect is also important! Not just the statistical significance.
7
2. When X is binary, the regression model can be used to estimate and test hypotheses
about the difference between population means of the “X = 0” group and the “X = 1”
group.
3. In general, the error ui is heteroskedastic – that is, the variance of u i at a given value of
Xi, var ( ui| X i=x ), depends on x. A special case is when the error is homoscedastic –
that is, var ( ui| X i=x ) is constant. Homoskedasticity-only standard errors do not
produce valid statistical inferences when the errors are heteroskedastic, but
heteroskedastic-robust standard errors do.
corr ( X 1 , X 2 )
E ( β^ 1 ) =β 1+ β 2 sX
sX 1
2
If we have data on the omitted independent variable, we can incorporate it in the model:
Multiple regression model :Y = β0 + β 1 X 1+ β 2 X 2 + v i
Main variable of interest: X1
Control variable: X2
If there is no data available on the omitted variable, use another variable as an approximation.
If ^β 2> 0 and there is a positive correlation between X1 and X2, this suggest there is upwards
omitted variable bias in the simple model with only one regressor.
If there is no logical causal effect, it’s an association.
Interpretation
When X1j goes up by ΔX1j, holding X2j constant, then E ( Y i|X 1 j ; X 2i ) increases with ΔX1jβ1. It
is common to interpret in terms of a unit changes. If X 1j increases by 1, holding X2j constant,
then E ( Y i|X 1 j ; X 2i ) increases by β1 on average.
8
Y i=β 0 + β 1 X 1 i+ β 2 X 2 i +…+ β k X ki +u i
E ( Y i|X 1i=x 1 ; X 2 i=x 2 ,… , X ki=x k ) =β 0+ β 1 x1 + β 2 x 2 +…+ β k x k
Where k is the number of independent variables.
OLS estimator: obtain ^β 0 , β^ 1 , … , β^ k that minimize:
n
Perfect multicollinearity
A perfectly linear relationship between two X-variables.
X 1 =a+b X 2+ c X 3 ; b , c ≠ 0
For example: height measured in inches and in centimeters. Same variable in different units.
Dummy variable trap: e.g. gender: a dummy variable for male and female. Always leave a
dummy of one category (does not matter which one) out of the model, or the constant term.
Interpretation of coefficient dummy variable: compared to ‘base variable’, variable for which
no dummy variable is included in the model.
^ 2
Standard error of β (σ ^ ) and precision:
j βj
- Decreases with sample size n
- Decreases with variance of Xj
- Increases with variance of error term (ui)
- Increases with correlation between X’s.
assumption 1 holds then they are still unbiased, it might not be a problem with a large sample
size.
Measures of fit
SER : s ^u=√ s 2u^
n
1
s2u^ = ∑ u^ 2= SSR
n−k −1 i=1 i n−k−1
9
n
Explained ∑ of squares : ESS=∑ ( Y^ i−Y )2
i=1
n
Total ∑ of squares :TSS=∑ (Y i−Y )2
i=1
2 ESS SSR
R= =1−
TSS TSS
R2 always increases when a regressor is added, even with irrelevant regressors.
2 2
Adjusted R : R
2 n−1 SSR
R =1− ×
n−k −1 TSS
(n – 1) / (n – k – 1) is the deflation factor: R2 might decrease when we add additional
regressors that explain very little variation.
10
4. Reject or don’t reject H0.
Coefficients β1, β2 follow a bivariate Normal distribution, therefore a joint test is needed to
test the significance of the coefficients. Two separate tests are inappropriate, because then the
significance levels would be different. Solution for this is the Bonferroni method: a test
based on individual t-statistics but using special critical values, to make sure that the test has
the right size and significance levels.
( )
2 2
1 t 1+ t 2−2 ^ρt 1 ,t 2
F=
2 1− ρ^ 2t 1 ,t 2
t1: t-statistic of test β1 = 0
t2: t-statistic of test β2 = 0
^ρt 1 ,t 2: estimator of correlation between the two t-statistics
The F-statistic follows the F q ,∞ distribution with q: the number of restrictions and ∞ : large
¿
sample. Reject H0 if F> Fq ,∞.
Special cases:
1 2 2
- Uncorrelated t-statistics: F= (t + t )
2 1 2
- Single restriction: F=t 2 F 1, ∞
- Overall regression F-statistic: H 0 : β 1=0 , β2 =0 … β k =0vs. H 1 : at least one β j ≠ 0
11
In conditional independence assumption also doesn’t hold, then there is still omitted variable
bias in the model.
If corr ( X 1 ,ui ) ≠ 0 we can add more control variables to test if the estimated effect is robust.
Interpretation of quadratic term: compare differences using different (low and high) intervals.
Usually graphs give a better idea of the interpretation.
Using the natural logarithm can also correct long tails to the right. It doesn’t work for long
tails to the left.
12
A one-unit change in Xi leads to a βi*100% change in Y.
The coefficient can be interpreted as semi-elasticity.
Log-linear model
ln (Y )=β 0+ β1 X 1 +…
Interpretation: one additional unit of X1 leads to a percentage change of β1*100% in Y.
The changes are relative, not absolute.
Linear-log model
Y = β0 + β 1 ln( X 1)+…
Interpretation: a 1% increase in X1 leads to a β1/100 change in Y.
This only works with small changes. There is a relative change in X, and an absolute change
in Y.
You can’t compare log-linear and linear-log models by comparing R 2, because the dependent
variables are different: ln(Y) and Y.
Log-log model
ln (Y )=β 0+ β1 ln( X 1)+…
Elasticity : β 1=
2
[ ][ ]
∆Y ∆ X
Y
/
X
Now R can be used to compare log-linear and log-log models, because the dependent
variable is the same: ln(Y).
Interaction effects
Effect on X1 depends on the value of a dummy variable (e.g. male, where male = 1 and female
= 0).
Accounting for interaction effect: include the variable male*X1.
The coefficient of the interaction regressor tells the difference between the effect of X 1 on
males and females.
Interaction effect between two binary (dummy) variables or two continuous variables: follow
the same procedure.
13
Summary chapter 8 – Nonlinear Regression Functions
1. In a nonlinear regression, the slope of the population regression function depends on
the value of one or more of the independent variables.
2. The effect on Y of a change in the independent variable(s) can be computed by
evaluating the regression function at two values of the independent variable(s).
3. A polynomial regression includes powers of X as regressors. A quadratic regression
includes X and X2, and a cubic regression includes X, X2, and X3.
4. Small changes in logarithms can be interpreted as proportional or percentage changes
in a variable. Regressions involving logarithms are used to estimate proportional
changes and elasticities.
5. The product of two variables is called an interaction term. When interaction terms are
included as regressors, they allow the regression slope of one variable to depend on
the value of another variable.
Internal validity: are the effects really causal effects? Can point estimates be interpreted as
causal effects? All four OLS assumptions should hold.
External validity: does the model also hold outside the used population/beyond experimental
setting?
Only causal effects should lead to policy prescriptions. If there is no causal effect, but only an
association, this is irrelevant for policy prescriptions.
The estimated effect is a causal effect if all four assumptions of OLS hold.
A study is internally valid if its statistical inferences about causal effects are valid for the
population and setting studied.
Causal estimates: OLS estimators of the coefficients should be unbiased and consistent,
conditional mean independence, and hypothesis tests have the desired significance level.
Solution if omitted variable or adequate controls are available: add them to the model.
Solution if omitted variable or adequate controls are not available: panel data, instrumental
variables regression, research design: randomized control variable/quasi-experimental
approach.
Errors in variables
Errors in variables bias arises when the independent variable is measured imprecisely.
14
Nonrandom measurement error in in dependent variable: violation of conditional mean
independence assumption.
( )
2
^β p σX
1 β 1 ≤ β1
→ σ 2X +σ 2meas error
2
This is always a downward bias. The bias increases in σ 2X and decreases in σ meas . error
Random measurement error in dependent variable does not lead to bias, but reduces precision
(larger variance).
pr
ln (Y i )=ln(Y i)+meas errori
ln (Y i)=β 0+ β 1 X i +ui
pr
ln (Y i )=β 0+ β1 X i +ui +meas errori
2 2
σ ( ui +mea serror i ) ≥ σ (ui)
Simultaneous causality
15
Causality runs from the regressor to the dependent variable, but also from the dependent
variable to the regressors (reverse causality). X Y and Y X.
OLS picks up both directions of causality bias
There are no easy solutions: instrumental variables regression, research design: randomized
control variable/quasi-experimental approach.
External validity
A study is externally valid if its statistical inferences can be generalized to other populations
and settings.
Differences in population: it is about differences in the dependent variable and the regressors.
External validity is more of a concern for research based on experimental data compared to
observational data.
16
3. Regressors and error terms may be correlated when there are omitted variables, an
incorrect functional form is used, one or more of the regressors are measured with
error, the sample is chosen nonrandomly from the population, or there is simultaneous
causality between the regressors and dependent variables.
4. Standard errors are incorrect when the errors are heteroskedastic and the computer
software uses the homoskedasticity-only standard errors, or when the error term is
correlated across different observations.
5. When regression models are used solely for forecasting, it is not necessary for the
regression coefficients to be unbiased estimates of causal effects. It is critical,
however, that the regression model be externally valid for the forecasting application
at hand.
Appropriate sampling
- Obtain a representative sample of the population under study.
- Consistent standard errors, sampled observations should be independent, randomly
selected.
17
Panel data
When omitted variables or control variables are not available.
Panel data: Panel data consists of observations on the same n entities at two or more time
periods T.
(Yit, Xit) i = 1, …, n; t = 1 … T
Balanced (same T for all) vs. unbalanced (T might vary across individuals).
Time periods are called “waves”.
Panel data can help to get rid of OVB by observing changes in the dependent (and also, but
not only, the independent variable).
Comparing subsequent observations, variables (including error terms and omitted variables)
drop out when they have stayed constant.
2
Y i 2=β 0 + β 1 X 1i 2 + β 2 X 2i 2 + β 3 X 2i 2 + β 4 X 3i 2+ ui 2
2
Y i 2=β 0 + β 1 X 1i + β 2 X 2i 2 + β 3 X 2i 2 + β 4 X 3i +ui
(Assuming X1, X3, and the error term have stayed constant over time)
2
Y i 1=β 0 + β 1 X 1i + β 2 X 2i 1 + β 3 X 2i 1 + β 4 X 3i +ui
If :u¿ =α ¿ + v ¿ ,then
Y i 2−Y i 1=β 1 ( X 2i 2−X 2i 1 )+ β3 ( X 22i 2− X 22i1 ) +(v i2 −v i 1)
Advantages of using panel data: study changes in the dependent variable (and independent
variable) allows getting rid of omitted variables (that are not available) that don’t change over
time. It can also be extended to more than two time periods/waves.
Limitation of using panel data: Time-invariant variables, even when not omitted, drop out.
Model is silent on the effects of time-invariant variables.
Instrumental variables
Addresses the violation of the zero conditional mean assumption (errors in variables, OVB
when the omitted variable is not available, time-varying variables which lead to OVB), and it
provides a solution for simultaneous causality.
Finding an instrument that influences X1, but also influences Y, but only through X1!
Stage 1
18
Predict X1 by the instrument. Since the instrument is assumed to be independent of ui, the
predicted value of X1 is also independent of ui.
X 1i=π 0 + π 1 instrument i +v i
^
X 1i=E ( X 1i|instrument i )=π 0 + π 1 instrument i
Stage 2
Regress Y on predicted X1.
OLS estimate > TSLS estimate: upward OVB in the OLS estimator?
If the instrument predicts X1 perfectly, then βOLS = βTSLS, this can only be justified when there
is no OVB. Hence, TSLS estimates are only externally valid for the variation in X 1 that is
explained by the instrument.
TSLS and IV are a general tool to address violations of the crucial OLS assumption
conditional mean independence.
How to come up with a good instrument:
- Economic theory
- Start looking for ‘exogenous variation’.
19
(Quasi-) experimental variation is a benchmark for causal effects estimation (not for research
that is after associations or forecasting).
Experiment Quasi-experiment
Treatment is assigned randomly Treatment is assigned “as if” random
On purpose Not on purpose
However, if there is selection bias: E ( y 0 i|t i=1 ) ≠ E ( y 0 i|t i=0 ) OD ≠ ATET ≠ ATE.
20
Difference estimator:
- y i=β 0 + β 1 t i +ui
- Experimental variation ensures that E ( ui|t i )=0 , implying that ATE = ATET = OD.
- Add control variables to improve efficiency.
- Add observables wi if the treatment is random conditional on these observables:
E ( ui|t i , wi )=E ( u i|wi ) .
- Adding control variables will reduce any remaining OVB in the TSLS estimates (if IV
is imperfect).
- Adding control variables never influences the point estimate.
Quasi-experiments
Randomness is introduced by variations in individual circumstances that make it appear as if
the treatment is randomly assigned. Quasi-experiments are also called ‘natural experiments’,
because the randomness is not on purpose.
21
The goal of quasi-experiments is the same as with experiments: isolate “random variation” to
obtain ATE.
Compared to experiments:
- Quasi‐experimental designs are more often applied onto representative samples.
- One should adopt a more critical attitude towards random treatment assignment.
Techniques
The treatment is fully determined by quasi-experimental variation.
- OLS. Control group and treatment group are identical pretreatment.
- Differences-in-differences (DiD): there is random assignment treatment, but there
remain differences between treatment and control group. Solution: Compare changes
in outcomes pre‐ and post-treatment to remove differences in outcomes pretreatment.
after before
∆ y i = y i − y i =β 0+ β1 t i +u i ATE = β1
DiD = difference in treatment group – difference in control group
- Sharp regression continuity design (SRD): treatment depends entirely on crossing a
certain threshold.
- Instrumental variables: treatment is non-random, but a determinant of treatment is
random.
- Fuzzy regression continuity design: same intuition as SRD, but reception of treatment
is not the sole determinant.
Threat to internal validity that only matters for quasi-experiments: instrument validity
- Random IV might not suffice for exogeneity assumption (IV and error are unrelated)
to hold.
External validity: similar to experiments.
22
actual treatment Xi is partly determined by individual choice, then the causal effect
can be estimated by instrumental variables regression, using Z i as an instrument. If the
treatment (or assigned treatment) is random conditional on some variables W those
control variables need to be included in the regressions.
3. In a quasi-experiment, variations in laws or circumstance or accidents of nature are
treated “as if” they induce random assignment to treatment and control groups. If the
actual treatment is “as if” random, then the causal effect can be estimated by
regression (possibly with additional pretreatment characteristics as regressors); if the
assigned treatment is “as if” random, then the causal effect can be estimated by
instrumental variables regression.
4. Regression discontinuity estimators are based on quasi-experiments in which
treatment depends on whether an observable variable crosses a threshold value.
5. A key threat to the internal validity of a quasi-experimental study is whether the “as
if” randomization actually results in exogeneity. Because of behavioral responses, the
regression error may change in response to the treatment induced by the quasi-
experiment, so the treatment is not exogenous.
6. When the treatment effect varies from one individual to the next, the OLS estimator is
a consistent estimator of the average causal effect if the actual treatment is randomly
assigned or “as if” randomly assigned. However, the instrumental variables estimator
is a weighted average of the individual treatment effects, where the individuals for
whom the instrument is most influential receive the greatest weight.
Binomial: only two options. Since we can’t make calculations with options, we assign
numbers to them: 0 and 1.
Point prediction using OLS, when Y is a binary dependent variable, tells us the proportion.
When working with binary variables, you’re predicting a proportion = probability.
Expectation:
E(Y) = Pr(Y = 1)*1 + Pr(Y = 0)*1
E(Y) = Pr(Y = 1) + 0
E(Y) = Pr(Y = 1)
Expectation = probability.
The labeling of the dependent variables does not influence the results.
It is also possible to add more independent variables to the linear probability model.
R2 should be ignored, because it doesn’t account for the use of binary variables.
However, with the linear probability model, Pr(Y) < 0 and Pr(Y) > 1 are not excluded, even
though this is impossible, therefore we need to use another model.
Probit model
‘Indirectly’ estimating probabilities.
First estimate the z-value
z=β 0 + β 1 X 1
When using the probit model, we only look at one-sided probability.
23
Using z-values, we get a ‘bended’ probability function, which can take on any probability [0,
1].
z=β 0 + β 1 X 1
Φ ( z)=Φ (β 0 + β 1 X 1)
Pr (Y )=Φ( β 0+ β 1 X 1)
Eviews:
- Equation estimation Method: BINARY
- No need to use ‘White’ standard errors.
- McFadden R2 replaces the normal R2.
Logit model
Indirectly estimating probabilities, but not through z-values. Instead, use the ‘logistic
function’.
L=β 0 + β 1 X 1
1
Pr (Y )= (−L)
1+ e
This is almost entirely similar to the probit function, however, the coefficients are slightly
different, also in interpreting them.
L=ln(odds )=β 0+ β1 X 1
Recommendation:
- Don’t use the linear probability model, it is inappropriate and sometimes just wrong.
- Use the probit model.
Multinomial variables
- Binomial: 2 values
- Continuous: ∞ values
- Multinomial: many (>2) values, but not ∞.
24
Multinomial: Predict probability of choosing each of the options, and make it such that all
probabilities add up to 1. You can use ‘multinomial probit’ or ‘multinomial logit’.
Ordered choice
Multiple options, but in a specific ordering (e.g. Likert-scale). You cannot replace these
options with numbers, but you should use ‘Ordered probit’.
25