Hello,
I am new to stata and getting this error while running propensity matching.
. quietly dr DIED includecdiff AGE FEMALE ascites varices quintile insure sbp hrs dispo hetotal infection aki esrd shock MV HOSP_BEDS
> IZE HOSP_LOCATION HOSP_TEACH TRENDWT if includecirrhosis==1, genvars
variable ptreat already defined
THE FULL COMMAND IS BELOW
pscore includecdiff AGE FEMALE ascites varices sbp hrs quintile insure hetotal infection aki esrd shock MV HOSP_BEDSIZE HOSP_LOCATION HOSP_TEACH TRENDWT if includecirrhosis==1, pscore (mypscores) blockid (myblockids) comsup detail
quietly dr DIED includecdiff AGE FEMALE ascites varices quintile insure sbp hrs dispo hetotal infection aki esrd shock MV HOSP_BEDSIZE HOSP_LOCATION HOSP_TEACH TRENDWT if includecirrhosis==1, genvars
egen sumofweightsÊ= total(iptwt)
Thank you
Related Posts with Propensity matching
New version of cprdutil on SSCThanks as always to Kit Baum, a new version of the cprdutil package is now available for download fr…
Creating age variable from date of birthHi, My data has a birthday variable that I need to convert into age. I've spent some time researchin…
keep one observation within a groupDear All, Suppose that I have a dataset Code: * Example generated by -dataex-. To install: ssc ins…
Year and industry dummyHi, I want to run a fixed effect regression model with both year and industry fixed effect. I would…
About unbalanced data panelI have a data set , 12 countries and a period of 10 years which of them have different year period, …
Subscribe to:
Post Comments (Atom)
0 Response to Propensity matching
Post a Comment