powered by
Format summary table of aov results
# S3 method for summary.aov publish(object, print = TRUE, handler = "sprintf", digits = c(2, 4), nsmall = digits, ...)
glm object
Logical. Decide about whether or not to print the results.
see pubformat
pubformat
used to transport further arguments
# NOT RUN { data(Diabetes) f <- glm(bp.1s~age+chol+gender+location,data=Diabetes) publish(summary(aov(f)),digits=c(1,2)) # }
Run the code above in your browser using DataLab