Nmiss
function
computeNmiss(x, variables = NULL)
"xpssFrame"
.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.
computeMiss
, computeNvalid
, computeSysmis
,computeValue
data(fromXPSS)
xpssCompute(x=fromXPSS, variables=c("V6","V7_2"), fun="computeNmiss")
Run the code above in your browser using DataLab