Hi experts,
I know that in STATA we can use the logit command to fit a discrete-time logistic hazards model (logit event timevar indepvars, where event is a binary variable with 0 meaning surviving at a given time and 1 meaning 'died' at a given time), given that our data is in the long format.
My question is: can I use local regression commands such as lpoly/lowess/npregress to fit a hazards model? For example, given a long-format data, can I run:
lpoly event timevar indepvars, logit
or
npregress event timevar indepvars
and then use margin to calculate the probability of experiencing the event at each time point of the timevar?
Related Posts with Can lpoly/lowess/npregress be used in a survival analysis context?
this is a testDear all, I need to create a variable which identifies, for each individual, the following statuses:…
How to obtain ML (Cox-Snell)R2 after using seemly unrelated regression (sureg)Dear forum, I have a basic doubts of methodology for which many of you may know the answer. I am u…
Reverse causality in panel data with count outcomeI have panel data on several thousand individuals and I am trying to estimate a model to look at the…
What are the advantage of adding interactive variable over subsampling in drawing conclusions?There are two main advantages of adding interaction variables over subsampling are: (1) having highe…
How to identify parents not co-residing with their children using household dataDear all, I need to create a variable which identifies, for each individual, the following statuses:…
Subscribe to:
Post Comments (Atom)
0 Response to Can lpoly/lowess/npregress be used in a survival analysis context?
Post a Comment