powered by
An analysis of deviance and a likelihood-ratio test with p-value. The p-value is greatly exagerated due to selection.
# S3 method for bestglm summary(object, SubsetsQ=FALSE, ...)
Output from the bestglm function
List best subsets of each size
optional arguments
No value. Output to terminal only.
bestglm, print.bestglm
bestglm
print.bestglm
# 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