reciprocal function

Reciprocal transformation for linear models

Reciprocal transformation for linear models

The function transforms the dependent variable of a linear model using the Reciprocal transformation.

reciprocal(object)

Arguments

  • object: an object of type lm.

Returns

An object of class trafo. Methods such as as.data.frame.trafo and print.trafo can be used for this class.

Examples

# Load data data("cars", package = "datasets") # Fit linear model lm_cars <- lm(dist ~ speed, data = cars) # Transform dependent variable reciprocal(object = lm_cars)
  • Maintainer: Ann-Kristin Kreutzmann
  • License: GPL-2
  • Last published: 2018-11-27

Useful links