numberOfMissingElement: Number of Missing Elements

Description Usage Arguments Value Examples

Description

This function takes several inputs, typically vectors, and returns a vector whose ith element specifies the number of input vectors with missing values in the ith position.

Usage

1

Arguments

...

The objects

Value

A vector of the number of total inputs missing for each ith element.

Examples

1
2
3
numberOfMissingElement(c(1,2,NA,NA,5),
                       c(1,NA,2,3,NA),
                       c(1,2,NA,4,NA))

SWS-Methodology/faoswsAupus documentation built on May 9, 2019, 11:45 a.m.