Learn R Programming

quickReg (version 1.0.0)

display: Generic function to display a data.frame or `reg` object

Description

display is a generic function to display summary information of varibles in a data.frame or summary result of `reg` class

Usage

display(x, ...)

Arguments

x
an object to display, a data.frame or a `reg` class
...
additional arguments

See Also

display.data.frame, display.reg