Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/xpssComputeMissings.R
R Implementation of the SPSS Missing
Function.
1 | computeMiss (x, variable = NULL)
|
x |
a (non-empty) data.frame, data.table object or input data of class "xpssFrame". |
variable |
atomic character with the name of the variable. |
Performs a missing value operation. ComputeMiss
displays system- and user-defined missing values of variables.
The different missing types will be inspected without checking if they are system-; or user-defined missings.
variable
input is limited to only one variable.
atomic logical with the length of the data. Returns TRUE
,
if the variable contains a system- or user-defined missing value.
Bastian Wiessner
Related Functions computeNmiss
, computeNvalid
, computeSysmis
,computeValue
1 2 3 | data(fromXPSS)
xpssCompute(x=fromXPSS, variables="V7_2",fun="computeMiss")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.