transformP: Compute P-values After a Transformation

Description Usage Arguments Details

Description

Compute the p-values after a transformation.

Usage

1
transformP(estimate, se, null, type)

Arguments

estimate

[numeric matrix] the estimate value before transformation.

se

[numeric matrix] the standard error after transformation.

null

[numeric] the value of the estimate (before transformation) under the null hypothesis.

type

[character] the transforamtion. Can be "log", "loglog", "cloglog", or "atanh" (Fisher transform).

Details

se and estimate must have same dimensions.


bozenne/riskRegressionLight documentation built on May 7, 2019, 12:52 a.m.