R Dataset / Package DAAG / headInjury

On this R-data statistics page, you will find information about the headInjury data set which pertains to Minor Head Injury (Simulated) Data. The headInjury data set is found in the DAAG R package. You can load the headInjury data set in R by issuing the following command at the console data("headInjury"). This will load the data into a variable called headInjury. If R says the headInjury data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the headInjury R data set. The size of this file is about 68,856 bytes.

Minor Head Injury (Simulated) Data

Description

The headInjury data frame has 3121 rows and 11 columns. The data were simulated according to a simple logistic regression model to match roughly the clinical characteristics of a sample of individuals who suffered minor head injuries.

Usage

headInjury

Format

This data frame contains the following columns:

age.65

age factor (0 = under 65, 1 = over 65).

amnesia.before

amnesia before impact (less than 30 minutes = 0, more than 30 minutes =1).

basal.skull.fracture

(0 = no fracture, 1 = fracture).

GCS.decrease

Glasgow Coma Scale decrease (0 = no deterioration, 1 = deterioration).

GCS.13

initial Glasgow Coma Scale (0 = not ‘13’, 1 = ‘13’).

GCS.15.2hours

Glasgow Coma Scale after 2 hours (0 = not ‘15’, 1 = '15').

high.risk

assessed by clinician as high risk for neurological intervention (0 = not high risk, 1 = high risk).

loss.of.consciousness

(0 = conscious, 1 = loss of consciousness).

open.skull.fracture

(0 = no fracture, 1 = fracture)

vomiting

(0 = no vomiting, 1 = vomiting)

clinically.important.brain.injury

any acute brain finding revealed on CT (0 = not present, 1 = present).

References

Stiell, I.G., Wells, G.A., Vandemheen, K., Clement, C., Lesiuk, H., Laupacis, A., McKnight, R.D., Verbee, R., Brison, R., Cass, D., Eisenhauer, M., Greenberg, G.H., and Worthington, J. (2001) The Canadian CT Head Rule for Patients with Minor Head Injury, The Lancet. 357: 1391-1396.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-daag-headinjury-0.html" width="100%" height="100%" style="border:0px"></iframe>