plotrix (version 3.8-4)

valid.n: Find the number of valid (not NA) values

Description

Finds the number of valid (not NA) or total values in an object.

Usage

valid.n(x,na.rm=TRUE)

Value

The number of valid values or the length of the object.

Arguments

x

An object.

na.rm

Whether to count all values (FALSE) or only those not NA.

Author

Jim Lemon

Details

valid.n finds the number of valid values of the object if na.rm=TRUE.