Description Usage Arguments Author(s) Examples
summary()
organizes the output and print
a favorable format
to the console, which is used with rmarkdown package
to produce publication-ready tables.
1 2 3 4 5 |
object |
an object for which a summary is desired. |
... |
additional arguments affecting the summary produced. |
Email: dr.myominnoo@gmail.com
Website: https://myominnoo.github.io/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
## Summary for tabulation
x <- tab(infert, education, parity:spontaneous)
summary(x)
x <- tab(infert, education, parity:spontaneous, by = case)
summary(x)
## Summary for summary statistics
x <- summ(iris)
summary(x)
x <- summ(iris, by = Species)
summary(x)
x <- summ(iris, by = Species, detail = TRUE)
summary(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.