influenza_vax_survey_df | R Documentation |
This dataset, influenza_vax_survey_df, is a data frame containing aggregated responses from three RAND American Life Panel (ALP) surveys regarding individuals' probability of vaccinating for influenza. The responses were discretized to "Never" (0%), "Always" (100%), or "Sometimes" (any other value). After merging, missing responses were coded as "Missing", and respondents were grouped and counted by all three coded responses.
data(influenza_vax_survey_df)
A data frame with 117 observations and 6 variables:
Factor indicating which of the three ALP surveys the response came from
Integer indicating frequency count of grouped respondents
Integer identifier for each subject
Factor with 4 levels: "Never", "Sometimes", "Always", and "Missing"
Date indicating the start of the survey
Date indicating the end of the survey
The dataset name has been kept as 'influenza_vax_survey_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the ggalluvial package version 0.12.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.