DetMiss: Detect Missing Value

Description Usage Arguments Author(s) See Also Examples

Description

This function allows you to detect missing values in given dataset.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
DetMiss(data)

## S3 method for class 'matrix'
DetMiss(data)

## Default S3 method:
DetMiss(data)

## S3 method for class 'data.frame'
DetMiss(data)

Arguments

data

This could be data frame, matrix or a vector.

Author(s)

Sixiang Hu

See Also

PopMiss

Examples

1
2
a <- c(sample(LETTERS,5),NA)
DetMiss(a)

SixiangHu/DataMan documentation built on May 9, 2019, 1:48 p.m.