woparam.lm: Transformations without parameter for linear models

Description Usage Arguments Value

View source: R/woparam.lm.R

Description

The function transforms the dependent variable of a linear model using different transformations without parameter.

Usage

1
2
## S3 method for class 'lm'
woparam(object, trafo, custom_trafo = NULL, ...)

Arguments

object

an object of type lm.

trafo

character that determines the transformation.

custom_trafo

a function that specifies a transformation without parameter that needs to be estimated or given.

...

other parameters that can be passed to the function.

Value

an object of class trafo.


trafo documentation built on May 2, 2019, 2:13 p.m.

Related to woparam.lm in trafo...