therneau / survival

Survival package for R
390 stars 106 forks source link

Minor inconsistency in the column names of the anova.coxph output #188

Closed Feakster closed 2 years ago

Feakster commented 2 years ago

When a single object is specified in anova.coxph() the column names of the output are:

"loglik, Chisq, Df, Pr(>|Chi|)"

However, when two objects are specified the column names of the output are:

"loglik, Chisq, Df, P(>|Chi|)"

therneau commented 2 years ago

Now fixed