I want to compare cumulative incidence for two arms of a cohort at time _t and generate confidence interval for the difference.
I have used the following commands to obtain the cumulative incidence for each cohort:
stset timeelapsed, failure(failure) id(hcno)
sts list, failure by(Cohort)
How can I calculate the difference in cumulative incidence (that is the failure function) for Cohort==1 and Cohort==0 and generate a confidence interval for that difference using 500 resamples? Any advice is greatly appreciated
Related Posts with Difference in cumulative incidence and confidence interval
Adding into string variables for ID codesHi I have a list of ID numbers in string that are all missing their regional code at the beginning …
Unknown function() errorHello, I am looping correlation coefficients over hundreds of variables, and am dumping outputs and …
keep data with both pre- and post-event data?Dear All, I have been asked the following question. The data is Code: * Example generated by -data…
Why was the manual memory management (-set mem-) disabled/discontinued? Are Stata's memory problems of Win32 present under Win64 and Linux?Good morning, I am working on an ancient laptop running Win32, with 4gb of physical memory. While …
Time fixed effects are present but insignificant in regression modelHi, I am trying to estimate the impact of climate variables on suicide rates. I am working with pan…
Subscribe to:
Post Comments (Atom)
0 Response to Difference in cumulative incidence and confidence interval
Post a Comment