transformSE: Compute Standard Errors after Transformation

Description Usage Arguments Details

Description

Compute standard errors after transformation based on the standard error before transformation.

Usage

1
transformSE(estimate, se, type)

Arguments

estimate

[numeric matrix] the estimate value before transformation.

se

[numeric matrix] the standard error before transformation.

type

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

Details

Use a delta method to find the standard error after transformation.

se and estimate must have same dimensions.


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