Description Usage Arguments Value Examples
View source: R/as.data.frame.twoway.R
The rows and columns of the data table are strung out in standard R order in a vector, joined with row and column labels. Additional columns are added, representing the calculated values used in the two-way display.
1 2 | ## S3 method for class 'twoway'
as.data.frame(x, ...)
|
x |
a |
... |
other arguments, presently ignored |
a data.frame with r \times c rows corresponding to the input data table, and the following columns
row labels
column labels
the data value in the cell
the fitted value,
the row effect
the column effect
the 1 df for non-additivity value
1 2 3 | data(sentRT)
sent.2way <- twoway(sentRT)
as.data.frame(sent.2way)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.