et_tobit
represents the Eaton1995;textualgravity Tobit model
which is often used when several gravity models are compared, instead of adding number 1
to the dependent
variable as done in tobit
, the constant added to the data is estimated and interpreted as a
threshold.
When taking the log of the gravity equation flows equal to zero constitute a problem as their
log is not defined. Therefore, a constant is added to the flows.
Compared to the usual ET-Tobit approaches, in this package, the estimation
of the threshold is done before the other parameters are estimated.
We follow Carson2007;textualgravity, who show that taking the minimum
positive flow value as an estimate of the threshold is super-consistent and that
using this threshold estimate ensures that the parameter MLE are asymptotically normal with
the asymptotic variance identical to the variance achieved when the threshold is known. Hence, first
the threshold is estimated as the minimum positive flow. This threshold is added to the flow variable,
it is logged afterwards and taken as the dependent variable.
The Tobit estimation is then conducted using the
censReg
function and setting the lower bound
equal to the log of the minimum positive flow value which was added to all
observations.
A Tobit regression represents a combination of a binary and a
linear regression. This procedure has to be taken into consideration when
interpreting the estimated coefficients.
The marginal effects of an explanatory variable on the expected value of
the dependent variable equals the product of both the probability of the
latent variable exceeding the threshold and the marginal effect of the
explanatory variable of the expected value of the latent variable.
For a more elaborate Tobit function, see ek_tobit
for the Eaton and Kortum (2001) Tobit model where each zero trade volume
is assigned a country specific interval with the upper
bound equal to the minimum positive trade level of the respective
importing country.
The function is designed for cross-sectional data, but can be extended to panel data using the
censReg
function.
A robust estimations is not implemented to the present
as the censReg
function is not
compatible with the vcovHC
function.