Skip to content
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

feature request: diagnostic plots for Cox Proportional Hazards models #267

Open
IndrajeetPatil opened this issue Apr 14, 2021 · 0 comments
Labels
Enhancement 💥 Implemented features can be improved or revised Low priority 😴 This issue can be easily workaround or happens only in edge cases

Comments

@IndrajeetPatil
Copy link
Member

Personally don't use them, but gather that they are one of the most utilized survival models. So might be a good idea for performance to support them.

library(survival)
coxph.fit2 <- coxph(Surv(futime, fustat) ~ age + ecog.ps, data=ovarian)

library(performance)
check_model(coxph.fit2)
#> Error in stats::cov2cor(v): 'V' is not a square numeric matrix

Created on 2021-04-14 by the reprex package (v2.0.0)

Probably something along the following lines:

https://rpkgs.datanovia.com/survminer/reference/ggcoxdiagnostics.html

@IndrajeetPatil IndrajeetPatil added Enhancement 💥 Implemented features can be improved or revised Low priority 😴 This issue can be easily workaround or happens only in edge cases labels Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💥 Implemented features can be improved or revised Low priority 😴 This issue can be easily workaround or happens only in edge cases
Projects
None yet
Development

No branches or pull requests

1 participant