transformSummaryTable {lavaSearch2}R Documentation

Apply Transformation to Summary Table

Description

Update summary table according to a transformation, e.g. log-transformtion. P-values are left unchanged but estimates, standard errors, and confidence intervals are updated.

Usage

transformSummaryTable(object, transform = NULL)

Arguments

object

A data.frame with columns estimate, se, lower, upper.

transform

the name of a transformation or a function.

Value

a data.frame


[Package lavaSearch2 version 2.0.3 Index]