Description Usage Arguments Details Value Author(s) Examples
View source: R/xpssFilterOff.R
R implementation of the SPSS FILTER OFF Function.
| 1 | 
| x | a (non-empty) data.frame or input data of class  | 
xpssFilterOff terminates the filtering and merges the excluded data with the actual subset of the dataset.
 Important:
 All changes are used on the complete dataset, except for the function beeing an data exploring or data analyzing function. 
 
| Type of Function | Example Function | Dataset Usage | |
| Data Management | xpssSelectIf | Uses the complete dataset | |
| Data Modifing | xpssRecode | Uses the complete dataset | |
| Data Exploring | xpssDescriptives | Uses the working dataset only | |
| Data Analyzing | xpssRegression | Uses the working dataset only | |
NOTE: For temporary case selection, specify xpssTemporary before xpssDoIf.
Output is the original dataset.
Andreas Wygrabek
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.