View source: R/print.info.glm.R
print.info.glm | R Documentation |
print
method for class "info.glm"
.
## S3 method for class 'info.glm' print(x, digits = 4, ...)
x |
an object of class |
digits |
number of significant digits to print. |
... |
parameters passed to print. |
fit <- glm(caesarian ~ age + bp + delivery.time, family = binomial, data = caesarian) sfit <- info(fit) print(sfit, digits=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.