Hi
i have a survivalt variable that is already in years specifically 1-17.9 years
i note this code
[code]
stset survivaltime, f(osi==1) scale(12) exit(time 120) //The scale(12) option converts the times recorded in months to years. [code] Source:
https://pclambert.net/software/stpm3/scale_option/
If my time variable - survivaltime is already set into years , as mentioned a range of 1-17.9 years , correct me if I am wrong, but to my mind I don’t need to
scale(12) as its already in years
1. what is the advantage of adding exit(time120) ? // meaning exits at 10 years
2. why include exit(timeX) ?
does it have anything to do with -predict-?
i have a survivalt variable that is already in years specifically 1-17.9 years
i note this code
[code]
stset survivaltime, f(osi==1) scale(12) exit(time 120) //The scale(12) option converts the times recorded in months to years. [code] Source:
https://pclambert.net/software/stpm3/scale_option/
If my time variable - survivaltime is already set into years , as mentioned a range of 1-17.9 years , correct me if I am wrong, but to my mind I don’t need to
scale(12) as its already in years
1. what is the advantage of adding exit(time120) ? // meaning exits at 10 years
2. why include exit(timeX) ?
does it have anything to do with -predict-?
Comment