This dataset provides completely synthetic test data for evaluating injury-related
functions in the nemsqar
package. It includes key variables related to the
cause of injury, trauma triage criteria, vehicular risk factors, and height of falls.
The dataset is intended to assist users in testing the expected input structure
for injury-related measures.
data(nemsqar_injury_table)
A data frame with 10,000 rows and 8 variables:
Unique identifier for the incident report (character).
Date of the incident (Date).
General description of the cause of injury (character).
Detailed description and coding of injury causes (character).
List of trauma triage criteria met in Steps 1 and 2 (character).
Primary vehicular or other risk factors for injury (character).
Detailed list of vehicular or pedestrian injury risk factors (character).
Height of fall in feet when applicable (numeric).
Users are encouraged to test these functions with this dataset, but results should not be interpreted as meaningful. Some outputs may be nonsensical, which is expected since this data is only intended to demonstrate the expected structure of input data.
data(nemsqar_injury_table)
head(nemsqar_injury_table)
Run the code above in your browser using DataLab