Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/xpssComputeMissings.R
R implementation of the SPSS Nmiss
function
1 | computeNmiss(x, variables = NULL)
|
x |
a (non-empty) data.frame, data.table object or input data of class |
variables |
atomic character or character vector with the names of the variables. |
Performs a missing value operation. computeNmiss
displays the amount of system- and user-defined missing values of the variables.
User-defined and system-defind missings values get handled as one type of missing value.
atomic numeric with the length of the data. Returns the amount of system- or user-defined missing values of the variables.
Bastian Wiessner
Related Functions computeMiss
, computeNvalid
, computeSysmis
,computeValue
1 2 3 | data(fromXPSS)
xpssCompute(x=fromXPSS, variables=c("V6","V7_2"), fun="computeNmiss")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.