equation {supernova} | R Documentation |
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))
Arguments
x |
The fitted linear model to print. |
digits |
The minimal number of significant digits. |
Value
Invisibly return the fitted linear model.
[Package supernova version 3.0.0 Index]