summary.bestglm {bestglm}R Documentation

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 class '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.

Author(s)

A.I. McLeod and C. Xu

See Also

bestglm, print.bestglm

Examples

data(znuclear)
summary(bestglm(znuclear))
#
#find statistical signficance of overall regression
data(Fires)
summary(bestglm(Fires, IC="BICq", t=1))

[Package bestglm version 0.20 Index]