Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/xpssComputeMissings.R
R implementation of the SPSS Sysmis
Function
1 | computeSysmis (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. Displays only the amount of system missing values of the variable instead of looking after all missing values only system-missings get inspected.
variable
is limited to one variable.
atomic numeric with the length of the data. Returns the amount of system missing values of the variable.
Bastian Wiessner
Related Functions computeMiss
, computeNmiss
, computeNvalid
,computeValue
1 2 3 | data(fromXPSS)
xpssCompute(x=fromXPSS, variables="V7_2",fun="computeSysmis")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.