Learn R Programming

zGPS.AO (version 0.1.0)

vaers_data: The VAERS data

Description

VAERS stands for the Vaccine Adverse Event Reporting System. This system was created by the Food and Drug Administration (FDA) and Centers for Disease Control and Prevention (CDC) to receive reports about adverse events that may be associated with vaccines.

Usage

vaers_data

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 1017599 rows and 3 columns.

Details

This example data contains VAERS reports from 2005-01-01 to 2018-12-31 with the patient age ranging from 2 to 49.

This are three columns in this data:

  • ID The unique identifier of each report in VAERS data

  • VAX_TYPE Vaccine type(s) in the report

  • AE_NAME Adverse event(s) in the report