Rdocumentation
powered by
Learn R Programming
statar (version 0.6.2)
count: Count number of non missing observations
Description
Count number of non missing observations
Usage
count(...)
Arguments
...
a sequence of vectors, matrices and data frames.
Examples
Run this code
count(
1
:
100
,
c
(
NA
,
1
:
99
))
Run the code above in your browser using
DataLab