-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculating Estimated Population Survival Curve #165
Comments
Not sure if this is the answer you are looking for, but if you are looking for a Population survival curve, sounds like a non-parametric estimator such as the Kaplan Meier or Nelson Aalen may be good for you. The Kaplan Meier one doesn't consider any covariates - it just plots the survival at each observed event time as the cumulative product of previous survivals (starting with 1, of course). |
Hello, deer puckybreg and everyone |
dear |
I concur with @sourasen1011 |
Hi Pycox Community!
I am working on a project applying survival analysis to the dwell times of insects and have found the PyCox package quite useful.
I have mostly been following along with the simplest example from 01_introduction.ipynb but have had to make some inferences on the Population Survival Curve.
In the tutorial, the predicted survival curves of the test data are built and the graphed indivudally. I am hoping to come up with an estimated Population Survival Curve. Is this as simple as taking the mean of our predicted survival curves?
Let me know your thoughts.
The text was updated successfully, but these errors were encountered: