The function transforms the dependent variable of a linear model using different transformations without parameter.
# S3 method for lm
woparam(object, trafo, custom_trafo = NULL, ...)
an object of type lm.
character that determines the transformation.
a function that specifies a transformation without parameter that needs to be estimated or given.
other parameters that can be passed to the function.
an object of class trafo
.