-
-
Notifications
You must be signed in to change notification settings - Fork 44
detect coxph ill fits #1090
Copy link
Copy link
Open
Labels
3 investigators ❔❓Need to look further into this issueNeed to look further into this issueReprex 📊We need a reproducible example for further investigationWe need a reproducible example for further investigation
Metadata
Metadata
Assignees
Labels
3 investigators ❔❓Need to look further into this issueNeed to look further into this issueReprex 📊We need a reproducible example for further investigationWe need a reproducible example for further investigation
Is there a method to detect ill-fitted coxph models such as when these warnings appear
or is the only way to do this via a
tryCatch()forwarning()since the model object doesn't store this phenomenon? I noticed thatis_converged()only has methods for mixed models.