Learn R Programming

supernova (version 3.0.0)

equation: Print the output of lm() with the fitted equation.

Description

Print the output of lm() with the fitted equation.

Usage

equation(x, digits = max(3L, getOption("digits") - 3L))

Value

Invisibly return the fitted linear model.

Arguments

x

The fitted linear model to print.

digits

The minimal number of significant digits.