Displaying 1 result from an estimated 1 matches for "pmc011".
Did you mean:
pc011
2007 Apr 23
1
data recoding problem
...g) for which I want to also want
to do a simple Kaplan-Meier curve of the time to first toxic event.
The data for 2 cases presently looks like this (one with an event, the
other without), with id representing each person on study, and follow-up
time and status:
> tox
id t event
PMC011 0.000 0
PMC011 3.154 0
PMC011 5.914 0
PMC011 12.353 0
PMC011 18.103 1
PMC011 24.312 0
PMC011 30.029 0
PMC011 47.967 0
PMC011 96.953 0
PMC016 0.000 0
PMC016 3.943 0
PMC016 5.782 0
PMC016 11.762 0
PMC016 17.741 0
PMC016 23.95...