In a Kaplan-Meier curve, how can I predict the y value for a given time.
            Asked
            
        
        
            Active
            
        
            Viewed 1,313 times
        
    0
            
            
        - 
                    2Welcome to SO! In order to have anyone answering your questions you should provide a [minimal reproducible example](http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). – Backlin Feb 05 '14 at 09:35
2 Answers
1
            
            
        There is a pretty good example given on http://www.cancerguide.org/scurve_km.html
 
    
    
        Raman Singh
        
- 329
- 7
- 17
1
            
            
        Fit a Model to your data, the you can predict from this model.
See the survival package and the examples therein.
 
    
    
        EDi
        
- 13,160
- 2
- 48
- 57
 
    