Learn R Programming

bestglm (version 0.37.3)

print.bestglm: Print method for `bestglm` object

Description

A brief description of the best fit is given.

Usage

# S3 method for 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
# NOT RUN {
data(znuclear)
bestglm(znuclear)
# }

Run the code above in your browser using DataLab