print.autoReg | R Documentation |
S3 method print for an object of class autoReg
## S3 method for class 'autoReg'
print(x, ...)
x |
An object of class autoReg |
... |
Further arguments |
No return value, called for side effects
data(cancer,package="survival")
fit=glm(status~rx+sex+age+obstruct+nodes,data=colon,family="binomial")
autoReg(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.