Function that fits model with transformed dependent variable
get_modelt(object, trans_mod, std)
object
: a model of type lm or lmetrans_mod
: the return of one of the transformation functionsstd
: logical. If TRUE, the standardised transformations are used.A lm or lme model that uses the transformed variable as dependent variable.
Useful links