-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Description
Is there a method to detect ill-fitted coxph models such as when these warnings appear
Warning message:
In coxph.fit(X, Y, istrat, offset, init, control, weights = weights, :
Loglik converged before variable 1 ; coefficient may be infinite.
or is the only way to do this via a tryCatch()
for warning()
since the model object doesn't store this phenomenon? I noticed that is_converged()
only has methods for mixed models.
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