Learn R Programming

dprep (version 2.1)

hepatitis: The hepatitis dataset

Description

This is the hepatitis dataset from the UCI. The data was donated by Gail Gong.

Usage

data(hepatitis)

Arguments

source

The UCI Machine Learning Database Repository at:
  • ftp://ftp.ics.uci.edu/pub/machine-learning-databases
  • http://www.ics.uci.edu/~mlearn/MLRepository.html

Details

The original dataset has the class labels in the first column.

References

Diaconis,P. & Efron,B. (1983). Computer-Intensive Methods in Statistics. Scientific American, Volume 248.

Examples

Run this code
#------Report and plot of missing values ------
data(hepatitis)
imagmiss(hepatitis,"Hepatitis")

Run the code above in your browser using DataLab