hepatitis {dprep} | R Documentation |
This is the hepatitis dataset from the UCI. The data was donated by Gail Gong.
data(hepatitis)
A data frame with 155 observations on the following 20 variables. This dataset contains a large number of missing values.
Histology:no,yes
age
sex: male,female
steroid:no,yes
antivirals:no,yes
fatigue:no, yes
malaise:no, yes
anorexia:no, yes
liver big:no,yes
liver firm:no,yes
spleen palpable: no, yes
spiders:no,yes
ascites:no,yes
Varices:no,yes
Bilirubin
alk phosphate
sgot
Albumin
Protime
Class:Die, Live
The original dataset has the class labels in the first column.
The UCI Machine Learning Database Repository at:
Diaconis,P. & Efron,B. (1983). Computer-Intensive Methods in Statistics. Scientific American, Volume 248.
#------Report and plot of missing values ------ data(hepatitis) imagmiss(hepatitis,"Hepatitis")