Description Usage Arguments Details Value Author(s) See Also Examples
R implementation of the SPSS N OF CASES
argument.
1 | xpssNofCases(x, n = NULL)
|
x |
input data. |
n |
atomic numeric with the value of n. |
xpssNofCases
can be used to select via command the first N cases in the data file. xpssNofCases permanently modifies the data set.
NOTE: For temporary case selection, specify xpssTemporary
before xpssNofCases
.
Output is the narrowed dataset.
Bastian Wiessner
1 2 | data(fromXPSS)
xpssNofCases(fromXPSS, n = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.