Description Usage Arguments Details Value Author(s) Examples
R implementation of the SPSS LIST
Function
1 |
x |
a (non-empty) data.frame or input data of class |
variables |
atomic character or character vector with the names of the variables. |
cases |
list containing the arguments from, to, by. All parameters are atomic numerics. See Details for more. |
LIST displays the content of selected variables. It is possible to display a sequence with the cases
argument.from
determine the begin of the sequence, to
determine the end of the sequence. by
determine the increment of the sequence.
A data.frame with case values for specified variables in the dataset. If cases and variables are not specified, List return the complete dataset. If cases are specified the output is a user-defined sequence.
Bastian Wiessner
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.