Description Usage Arguments Details Value Author(s) References Examples
Convert ftable to data.frame As Displayed
1 |
x |
ftable |
... |
ignored |
as.data.frame.ftable
does indeed convert an ftable
to data.frame
,
but it gives a stacked result. Use this function to
give something more like what is displayed at the prompt (suitable for
passing to latex).
data.frame
Tim Bergsma
http://metrumrg.googlecode.com
1 2 3 | ftable(mtcars[c("cyl", "vs", "am", "gear")])
as.data.frame(ftable(mtcars[c("cyl", "vs", "am", "gear")]))
ftable2data.frame(ftable(mtcars[c("cyl", "vs", "am", "gear")]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.