pvalue.coxph: Extract p-value from a Cox proportional hazards model
Usage
# S3 method for coxph
pvalue(x, log_p = FALSE, test = c("logrank", "wald",
"likelihood"), ...)Arguments
log_p
Whether to return the logarithm of the p-value.
test
What test to calculate. "likelihood" is short for means
likelihood ratio test.
...
Ignored. Kept for S3 consistency.