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

Tableby: survival stats not getting times= argument passed to them #84

Closed
eheinzen opened this issue Feb 26, 2018 · 0 comments
Closed

Comments

@eheinzen
Copy link
Collaborator

dat <- data.frame(y = factor(c("A", "A", "A", "B")), x = c(1, 2, 3, 3))
summary(tableby(y ~ Surv(x), data = dat, times = 1:3, surv.stats = "NeventsSurv"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant