| qsort_data-methods | R Documentation |
Print, summary, and matrix conversion for qsort_data
## S3 method for class 'qsort_data'
print(x, ...)
## S3 method for class 'qsort_data'
summary(object, ...)
## S3 method for class 'qsort_data'
as.matrix(x, ...)
x, object |
A |
... |
Unused. |
print() and summary() return the input invisibly;
as.matrix() returns the J x N Q-sort matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.