pvalue.cuminc: Extract p-value from a cumulative incidence estimation

Description Usage Arguments Value Author(s) See Also

View source: R/survival.r

Description

This is also known as Gray's test.

Usage

1
2
## S3 method for class 'cuminc'
pvalue(x, log_p = FALSE, ...)

Arguments

x

Fitted cuminc estimate.

log_p

Whether to return the logarithm of the p-value.

...

Ignored. Kept for S3 consistency.

Value

p-value.

Author(s)

Christofer Bäcklin

See Also

pvalue


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

Related to pvalue.cuminc in emil...