Learn R Programming

sasLM (version 0.6.0)

Mean: Mean without NA

Description

mean without NA values.

Usage

Mean(x)

Arguments

x

a vector of numerics

Value

mean value

Details

It removes NA in the input vector.