I used the stata version 16 to implement double hurdle model.
I found 2 commands for implementing the double hurdle model.
1) craggit depvar1 [indepvars1] [if] [in] [weight], second(depvar2
[indepvars2]) [options]
2) dblhurdle depvar [indepvars] [if] [in] [weight], {ll(#)|ul(#)}
[options]
I would like to know how is the difference between these commands?
I would really appreciate the help with this, I am new to STATA!
Waranan Tantiwat
Related Posts with The stata command for double hurdle model
Curiousity about the default symbols of Stata?Today when I read the esttab command of Stata (http://repec.org/bocode/e/estout/hlp_esttab.html), I …
Testing Differences in Pearson's Correlations in Survey DataHello everyone: I am trying to compare the correlation among the same two numerical variables (x1 a…
Neighboring StatesHello Statalisters, I am running into a problem with some code. I am writing a policy diffusion pap…
How to copy the output table in Stata to excel with the cell-by-cell format?When running this code, Code: esttab m1 m2 m3 m4 m5 m6,star(* 0.1 ** 0.05 *** 0.01) ar2 title(" de…
Subsetting a single CSV file into multiple CSV filesHello, I am trying to subset one CSV file into multiple CSV files. I wrote the codes below utilizin…
Subscribe to:
Post Comments (Atom)
0 Response to The stata command for double hurdle model
Post a Comment