Learn R Programming

AFR (version 0.3.6)

checkdata: 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

Run this code
data(macroKZ)
checkdata(macroKZ)

Run the code above in your browser using DataLab