Hello, I have the following model shown below, a two-part model where the first equation is a probit and the second equation is a gamma regression. As the title of my question states, are there any commands/models I can use to assess how well the model fit the data? My outcome was out-of-pocket dental costs; this was a traditional over-inflated zero with a large right-skewed healthcare expenditure variable. The data is survey weighted, so I know traditional MLE-based methods like LR test and estat are unavailable. Any help would be greatly appreciated.
Code:
svy:twopm oopdental_costs `contrls', firstpart(probit) secondpart(glm, family(gamma) link(log))

Comment