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

tidy.anova car:::Anova.coxph new renamer #754

Closed
KZARCA opened this issue Aug 28, 2019 · 1 comment · Fixed by #755
Closed

tidy.anova car:::Anova.coxph new renamer #754

KZARCA opened this issue Aug 28, 2019 · 1 comment · Fixed by #755

Comments

@KZARCA
Copy link
Contributor

KZARCA commented Aug 28, 2019

The p-value renamer for tidy.anova lacks Pr(>|Chi|) which is returned by car:::Anova.coxph.

library(survival)
mod <- coxph(Surv(time, status) ~ differ, data = colon)
car::Anova(mod) %>% tidy()
@KZARCA KZARCA changed the title tidy car::Anova new renamer tidy.anova car:::Anova.coxph new renamer Aug 28, 2019
@github-actions
Copy link

github-actions bot commented Mar 9, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant