print.tableStack: Print tableStack object

print tableStackR Documentation

Print tableStack object

Description

Print a tableStack object

Usage

## S3 method for class 'tableStack'
print(x, ...)

Arguments

x

object of class 'tableStack'

...

further arguments passed to or used by methods.

Author(s)

Virasakdi Chongsuvivatwong cvirasak@gmail.com

See Also

'tableStack'

Examples

data(Attitudes)
tableStack(qa1:qa18, dataFrame=Attitudes) -> a
print(a)
data(Ectopic)
tableStack(hia, gravi, by=outc, dataFrame=Ectopic) -> b
print(b)

epiDisplay documentation built on May 18, 2022, 5:11 p.m.