Learn R Programming

bestglm (version 0.37.3)

summary.bestglm: summary of `bestglm` object

Description

An analysis of deviance and a likelihood-ratio test with p-value. The p-value is greatly exagerated due to selection.

Usage

# S3 method for bestglm
summary(object, SubsetsQ=FALSE, ...)

Arguments

object

Output from the bestglm function

SubsetsQ

List best subsets of each size

optional arguments

Value

No value. Output to terminal only.

See Also

bestglm, print.bestglm

Examples

Run this code
# NOT RUN {
data(znuclear)
summary(bestglm(znuclear))
#
#find statistical signficance of overall regression
data(Fires)
summary(bestglm(Fires, IC="BICq", t=1))
# }

Run the code above in your browser using DataLab