powered by
Computes column-wise and row-wise numbers of missing values.
nastats(amatrix, nastr="--")
A list with components
vector of row-wise numbers of mixxing values.
vector of column-wise numbers of mixxing values.
(any) matrix.
missing value indicator.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
xx <- cbind(c(1,2,3),c(0,0,1),c(5,3,1)) nastats(xx,nastr=0)
Run the code above in your browser using DataLab