summary.trafo_compare {trafo} | R Documentation |
Summary for two differently transformed models
Description
The summary contains the summary for two transformed models. The summary is
based on the summary for objects of type lm
.
Usage
## S3 method for class 'trafo_compare'
summary(object, ...)
Arguments
object |
an object of type |
... |
additional arguments that are not used in this method |
Value
An object of class summary.trafo_compare
. The method
print.summary.trafo_compare
can be used for this class.
[Package trafo version 1.0.1 Index]