View source: R/publish.summary.aov.R
publish.summary.aov | R Documentation |
Format summary table of aov results
## S3 method for class 'summary.aov'
publish(
object,
print = TRUE,
handler = "sprintf",
digits = c(2, 4),
nsmall = digits,
...
)
object |
glm object |
print |
Logical. Decide about whether or not to print the results. |
handler |
see |
digits |
see |
nsmall |
see |
... |
used to transport further arguments |
data(Diabetes)
f <- glm(bp.1s~age+chol+gender+location,data=Diabetes)
publish(summary(aov(f)),digits=c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.