Rdocumentation
powered by
Learn R Programming
prettyR (version 1.1-3)
valid.n: Find the number of valid (not NA) values
Description
Finds the number of valid (not NA) values in an object.
Usage
valid.n(x,na.rm)
Arguments
x
An object.
na.rm
A dummy argument to make it compatible with calls to
mean
, etc.
Value
The number of valid values of the object.
Details
valid.n
finds the number of valid values of the object.
See Also
describe