Learn R Programming

sasLM (version 0.5.0)

N: Number of observations

Description

Number of observations excluding NA values

Usage

N(x)

Arguments

x

a vector of numerics

Value

Count of the observation

Details

It removes NA in the input vector.