I am trying to identify the role played by marijuana in the consumption of hard drugs (cocaine, meth and heroin). As dependent dummy variables, I have: ever_cocaine, ever_meth, ever_heroin (=1 if individual i has ever tried that particular drug). Among the covariates, I've considered ever_marijuana (=1 if individual i has ever tried marijuana as a first drug). ever_marijuana is endogenous, as it is correlated with the unobservable"attitude towards addiction" in the error term.
Since the error terms are likely to be correlated, I've considered a quadrivariate probit:
ever_cocaine=regressors, ever_marijuana
ever_meth=regressors, ever_marijuana
ever_heroin=regressors, ever_marijuana
ever_marijuana=regressors, instrument.
Is it possible to design a quadrivariate probit model, with the last equation being "ever_marijuana=regressors, instrument", using the mvprobit command? Are the parameters estimated consistent (i.e. they take into account the iv framework)?
This is what I've tried so far:
mvprobit (coc_ever = mrj_ever $exog_var) ( meth_ever = mrj_ever $exog_var) (her_ever = mrj_ever $exog_var) (mrj_ever = instrument $exog_var), robust
Does it make sense?
Thanks in advance.
Related Posts with Quadrivariate probit with endogenous dummy variable in the covariates
Matching and generating hourly dataDear Stata Users, I am working on hourly data sets. The datasets have the "zipcodes" variable as th…
Pathways / event historyDear Statalist users I am hoping you can solve a query I have I want to look at pathways for young…
Generating a variableI want to generate variable that indicate if individuals continue to participate in a program at age…
Panel data analysisHi everyone, Need help with analysing this data. A description of the data: Individuals are biannua…
How to declare "string" condition in If conditionHello, I am newbie in Stata and I have a problem with stata when I try to declare If condition. In…
Subscribe to:
Post Comments (Atom)
0 Response to Quadrivariate probit with endogenous dummy variable in the covariates
Post a Comment