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