summary.bestglm {bestglm} | R Documentation |
An analysis of deviance and a likelihood-ratio test with p-value. The p-value is greatly exagerated due to selection.
## S3 method for class 'bestglm'
summary(object, SubsetsQ=FALSE, ...)
object |
Output from the bestglm function |
SubsetsQ |
List best subsets of each size |
... |
optional arguments |
No value. Output to terminal only.
A.I. McLeod and C. Xu
data(znuclear)
summary(bestglm(znuclear))
#
#find statistical signficance of overall regression
data(Fires)
summary(bestglm(Fires, IC="BICq", t=1))