print tableStack | R Documentation |
Print a tableStack object
## S3 method for class 'tableStack' print(x, ...)
x |
object of class 'tableStack' |
... |
further arguments passed to or used by methods. |
Virasakdi Chongsuvivatwong cvirasak@gmail.com
'tableStack'
data(Attitudes) tableStack(qa1:qa18, dataFrame=Attitudes) -> a print(a) data(Ectopic) tableStack(hia, gravi, by=outc, dataFrame=Ectopic) -> b print(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.