pvalue: Extraction of p-value from a statistical test

Description Usage Arguments Value Author(s) See Also

View source: R/survival.r

Description

These calculations are written in such a way that they avoid rounding off errors that plague the survival and cmprsk packages.

Usage

1
pvalue(x, log_p = FALSE, ...)

Arguments

x

Test, i.e. a fitted object of a supported type.

log_p

Whether to return the logarithm of the p-value.

...

Sent to class method.

Value

p-value.

Author(s)

Christofer Bäcklin

See Also

pvalue.crr, pvalue.survdiff, pvalue.cuminc


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

Related to pvalue in emil...