pvalue.coxph: Extract p-value from a Cox proportional hazards model

Description Usage Arguments Value Author(s) References See Also

View source: R/survival.r

Description

Based on summary.coxph.

Usage

1
2
3
## S3 method for class 'coxph'
pvalue(x, log_p = FALSE, test = c("logrank", "wald",
  "likelihood"), ...)

Arguments

x

Fitted coxph model.

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.

Value

p-value.

Author(s)

Christofer Bäcklin

References

Andersen, P. and Gill, R. (1982). Cox's regression model for counting processes, a large sample study. Annals of Statistics 10, 1100-1120.

Therneau, T., Grambsch, P., Modeling Survival Data: Extending the Cox Model. Springer-Verlag, 2000.

See Also

pvalue


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to pvalue.coxph in emil...