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

Warning message: In Event(futime, cause) : exit times must be >0 #8

Open
acmilannesta opened this issue Aug 29, 2019 · 1 comment
Open

Comments

@acmilannesta
Copy link

It seems there is a convergence problem in comp.risk

cr.out = comp.risk(Event(futime, cause)~const(proc_type), data =cand2, cause = 1)
summary(cr.out)

After run the above, I got following

Warning message:
In Event(futime, cause) : exit times must be >0
Competing risks Model 

No test for non-parametric terms
Error in if (sum(abs(object$score) > 1e-06)) cat("Did not converge, allow more iterations\n\n") : 
  argument is not interpretable as logical

Even if I increase 'Nit' and decrease 'conv', the problem still exists.

@scheike
Copy link
Owner

scheike commented Aug 30, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants