Learn R Programming

lavaSearch2 (version 2.0.3)

transformSummaryTable: 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)

Value

a data.frame

Arguments

object

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

transform

the name of a transformation or a function.