get_modelt function

Function that fits model with transformed dependent variable

Function that fits model with transformed dependent variable

get_modelt(object, trans_mod, std)

Arguments

  • object: a model of type lm or lme
  • trans_mod: the return of one of the transformation functions
  • std: logical. If TRUE, the standardised transformations are used.

Returns

A lm or lme model that uses the transformed variable as dependent variable.

  • Maintainer: Ann-Kristin Kreutzmann
  • License: GPL-2
  • Last published: 2018-11-27

Useful links