print.twoway | R Documentation |
Print method for two-way tables
## S3 method for class 'twoway'
print(x, digits = getOption("digits"), border = 2, zapsmall = TRUE, ...)
x |
a numeric matrix |
digits |
number of digits to print |
border |
if 0, the components |
zapsmall |
a logical value; if |
... |
other arguments passed down |
Michael Friendly, Richard Heiberger
data(taskRT)
task.2way <- twoway(taskRT)
print(task.2way)
print(task.2way, border=0)
data(sentRT)
sent.2way <- twoway(sentRT)
print(sent.2way)
print(sent.2way, border=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.