publish.summary.aov: Format summary table of aov results

View source: R/publish.summary.aov.R

publish.summary.aovR Documentation

Format summary table of aov results

Description

Format summary table of aov results

Usage

## S3 method for class 'summary.aov'
publish(
  object,
  print = TRUE,
  handler = "sprintf",
  digits = c(2, 4),
  nsmall = digits,
  ...
)

Arguments

object

glm object

print

Logical. Decide about whether or not to print the results.

handler

see pubformat

digits

see pubformat

nsmall

see pubformat

...

used to transport further arguments

Examples

 
data(Diabetes)
f <- glm(bp.1s~age+chol+gender+location,data=Diabetes)
publish(summary(aov(f)),digits=c(1,2))


Publish documentation built on Jan. 18, 2023, 1:08 a.m.