Learn R Programming

statar (version 0.7.6)

n_narm: Count number of non missing observations

Description

Count number of non missing observations

Usage

n_narm(...)

Arguments

...

a sequence of vectors, matrices and data frames.

Examples

Run this code
                         
n_narm(1:100, c(NA, 1:99))

Run the code above in your browser using DataLab