Learn R Programming

bestglm (version 0.13)

print.bestglm: Print method for `bestglm` object

Description

A brief description of the best fit is given.

Usage

## S3 method for class 'bestglm':
print(x, ...)

Arguments

x
Output from the bestglm function
...
optional arguments

Value

  • No value. Output to terminal only.

See Also

bestglm, summary.bestglm

Examples

Run this code
data(znuclear)
bestglm(znuclear)

Run the code above in your browser using DataLab