Learn R Programming

trafo (version 1.0.1)

get_modelt: Function that fits model with transformed dependent variable

Description

Function that fits model with transformed dependent variable

Usage

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.

Value

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