checkdata {AFR}R Documentation

Preliminary data check for errors

Description

Preliminary check of data frame for missing values, numeric format, outliers.

Missing items: The number of missing values in each column of the dataset. Numeric format: The number of non-numeric variables in each column of the dataset. Outliers: The number of outliers in each column of the dataset.

Usage

checkdata(x)

Arguments

x

is a data frame

Examples

data(macroKZ)
checkdata(macroKZ)

[Package AFR version 0.3.5 Index]