I am running a Logit with many variables. I want to compute the F-test for joint significance for a subset of these variables.
Questions:
1. Is that what I would get using lincom (see below)?
2. How can I do it by hand?
Example:
Questions:
1. Is that what I would get using lincom (see below)?
2. How can I do it by hand?
Example:
Code:
sysuse auto.dta, replace logit foreign price mpg headroom trunk weight length turn margins, dydx(*) atmeans lincom price + mpg

Comment