valid.n {prettyR} | R Documentation |
Finds the number of valid (not NA) values in an object.
valid.n(x,na.rm)
x |
An object. |
na.rm |
A dummy argument to make it compatible with calls to mean , etc. |
valid.n
finds the number of valid values of the object.
The number of valid values of the object.
Jim Lemon