Closed Feakster closed 2 years ago
When a single object is specified in anova.coxph() the column names of the output are:
object
anova.coxph()
"loglik, Chisq, Df, Pr(>|Chi|)"
loglik
Chisq
Df
Pr(>|Chi|)
However, when two objects are specified the column names of the output are:
"loglik, Chisq, Df, P(>|Chi|)"
P(>|Chi|)
Now fixed
When a single
object
is specified inanova.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|)
"