summary.trafo_lm {trafo}R Documentation

Summary for linear models with untransformed and transformed dependent variable

Description

The summary method for class trafo_lm contains a summary for an untransformed and a transformed model. The resulting summary is based on the summary for objects of type lm.

Usage

## S3 method for class 'trafo_lm'
summary(object, ...)

Arguments

object

an object of type trafo_lm

...

additional arguments that are not used in this method

Value

An object of class summary.trafo_lm. The method print.summary.trafo_lm can be used for this class.


[Package trafo version 1.0.1 Index]