-
Login or Register
- Log in with
outcome = x2 <= 0 predicts data perfectly r(2000);
cap program drop debugme1 program define debugme1 syntax [, opt1(string) opt2(integer)] di "The program worked." end cap program drop debugme2 program define debugme2 syntax [, opt1(string "test") opt2(integer 1)] di "The program worked." end
regress
glm
glm
tsset t tobit y x1 ... xk, ll(0) vce(hac nw 4)
tsset t tobit y x1 ... xk, ll(0) vce(hac kernel #)
webuse "nhanes2.dta", clear logit highbp weight c.age##c.age margins, at(age=(20(5)80) weight=(40(5)180)) marginsplot, xdim(weight) ydim(age) zdim(highbp)
Leave a comment: