cas.nmiss: Number of Missing Values

View source: R/descriptive_stats.R

cas.nmissR Documentation

Number of Missing Values

Description

Returns the number of missing values in the input table by column.

Usage

cas.nmiss(CASTable)

Arguments

x

CASTable.

Details

This function operates on numeric columns only.

Value

vector

The result is a named numeric vector. You can access the count of missing values by column name or index.

See Also

cas.count to count nonmissing values.

Examples

## Not run: 
x <- cas.nmiss(irisct)
x['Sepal.Length']
x[1:2]

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.