summary.lm2 {BiDimRegression}R Documentation

Makes a lightweight summary lm2 object

Description

Drops heavy bits, like the data frame with predicted values or the lm object. However, the print tells more! :)

Usage

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

Arguments

object

an object of class "lm2", see lm2


[Package BiDimRegression version 2.0.1 Index]