logshift {trafo} | R Documentation |
Log shift transformation for linear models
Description
The function transforms the dependent variable of a linear model using the Log shift transformation. The shift parameter is determined by y + shift > 0.
Usage
logshift(object)
Arguments
object |
an object of type lm. |
Value
an object of class trafo
.
[Package trafo version 1.0.1 Index]