File: colic.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (72 lines) | stat: -rw-r--r-- 3,657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{colic}
\alias{colic}
\title{Colic horse data set}
\format{
A training data frame with 300 observations on the following 31 variables.
\describe{
\item{surgery}{yes or no}
\item{age}{1 equals an adult horse, 2 is a horse younger than 6 months}
\item{hospitalID}{ID}
\item{temp_rectal}{rectal temperature}
\item{pulse}{heart rate in beats per minute}
\item{respiratory_rate}{a normal rate is between 8 and 10}
\item{temp_extreme}{temperature of extremities}
\item{pulse_peripheral}{factor with four categories}
\item{capillayr_refill_time}{a clinical judgement. The longer the refill, the poorer the circulation. Possible values are
1 = < 3 seconds and 2 = >= 3 seconds}
\item{pain}{a subjective judgement of the horse's pain level }
\item{peristalsis}{an indication of the activity in the horse's gut.
As the gut becomes more distended or the horse becomes more toxic, the activity decreases }
\item{abdominal_distension}{An animal with abdominal distension is likely to be painful and have reduced gut motility.
A horse with severe abdominal distension is likely to require surgery just tio relieve the pressure }
\item{nasogastric_tube}{This refers to any gas coming out of the tube.
A large gas cap in the stomach is likely to give the horse discomfort }
\item{nasogastric_reflux}{posible values are 1 = none, 2 = > 1 liter, 3 = < 1 liter.
The greater amount of reflux, the more likelihood that there is some
serious obstruction to the fluid passage from the rest of the intestine }
\item{nasogastric_reflux_PH}{scale is from 0 to 14 with 7 being neutral.
Normal values are in the 3 to 4 range }
\item{rectal_examination}{Rectal examination. Absent feces probably indicates an obstruction }
\item{abdomen }{abdomen. possible values 1 = normal, 2 = other, 3 = firm feces in the large intestine,
4 = distended small intestine, 5 = distended large intestine }
\item{cell_volume }{packed cell volume. normal range is 30 to 50.
The level rises as the circulation becomes compromised or as the animal becomes dehydrated. }
\item{protein}{total protein. Normal values lie in the 6-7.5 (gms/dL) range. The higher the value the greater the dehydration }
\item{abdominocentesis_appearance}{Abdominocentesis appearance.
A needle is put in the horse's abdomen and fluid is obtained from the abdominal cavity }
\item{abdomcentesis_protein}{abdomcentesis total protein.
The higher the level of protein the more likely it is to have a compromised gut. Values are in gms/dL }
\item{outcome}{What eventually happened to the horse? }
\item{surgical_lesion}{retrospectively, was the problem (lesion) surgical?}
\item{lesion_type1}{type of lesion }
\item{lesion_type2}{type of lesion }
\item{lesion_type3}{type of lesion }
\item{cp_data}{}
\item{temp_extreme_ordered}{temperature of extremities (ordered)}
\item{mucous_membranes_col}{mucous membranes. A subjective measurement of colour }
\item{mucous_membranes_group}{different recodings of mucous membrances}
}
}
\source{
\url{https://archive.ics.uci.edu/ml/datasets/Horse+Colic}
Creators: Mary McLeish & Matt Cecile, Department of Computer Science, University of Guelph,
Guelph, Ontario, Canada N1G 2W1
Donor: Will Taylor
}
\description{
This is a modified version of the original training data set
taken from the UCI repository, see reference.
The modifications are only related to having appropriate levels for factor variables.
This data set is about horse diseases where the task is to determine,
if the lesion of the horse was surgical or not.
}
\examples{

data(colic)
aggr(colic)

}
\keyword{datasets}