print.lassie | R Documentation |
Print a lassie
object as an array or a data.frame.
## S3 method for class 'lassie'
print(x, type, what_x, range, what_range, what_sort, decreasing, na.rm, ...)
x |
|
type |
print style: 'array' for array or 'df' for data.frame. |
what_x |
vector specifying values to be returned:
|
range |
range of values to be retained (vector of two numeric values). |
what_range |
character specifying what value |
what_sort |
character specifying according to which values should |
decreasing |
logical value specifying sort order. |
na.rm |
logical value indicating whether NA values should be stripped. |
... |
other arguments passed on to methods. Not currently used. |
lassie
, permtest
, chisqtest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.