Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/xpssComputeMissings.R
R Implementation of the SPSS Nvalid
function.
1 | computeNvalid (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. As opposite of computeNmiss
, computeNvalid
visualizies only the valid values of integer vectors or character vectors.
variables
variables have to be same type.
atomic numeric with the length of the data. Returns the amount of valid values of the variables.
Bastian Wiessner
Related Functions computeMiss
, computeNmiss
, computeSysmis
,computeValue
1 2 3 | data(fromXPSS)
xpssCompute(x=fromXPSS, variables=c("V6","V7_2"), fun="computeNvalid")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.