Learn R Programming

starling (version 0.6.5)

vax_data: Example Vaccination Dataset

Description

A sample dataset containing vaccination records in long format for multiple individuals, with some having multiple vaccination entries.

Usage

vax_data

Arguments

Format

A data frame with 15 rows and 9 variables:

patient_id

Patient identifier

firstname

Patient's first name

last_name

Patient's last name

birth_date

Patient's date of birth

medicare_number

Medicare number

gender

Gender (Male/Female)

postcode

Postcode of residence

vaccine_delivered

Type of vaccine administered

service_date

Date of vaccination

Examples

Run this code
data(vax_data)
head(vax_data)

Run the code above in your browser using DataLab