valid.n {prettyR}R Documentation

Find the number of valid (not NA) values

Description

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

Usage

 valid.n(x,na.rm)

Arguments

x An object.
na.rm A dummy argument to make it compatible with calls to mean, etc.

Details

valid.n finds the number of valid values of the object.

Value

The number of valid values of the object.

Author(s)

Jim Lemon

See Also

describe


[Package prettyR version 1.4 Index]