Learn R Programming

sasLM (version 0.9.2)

Mean: Mean without NA

Description

mean without NA values.

Usage

Mean(x)

Value

mean value

Arguments

x

a vector of numerics

Author

Kyun-Seop Bae k@acr.kr

Details

It removes NA in the input vector.