worry-large.csv

The worry-large.csv data include information on the results of a poll question related to worry about hunger and homelessness. These data were simulated to have the same proportion of respondents who answered “Yes” and “No” to a Gallup 2021 poll (see here). But, to pedagogically show the effects of sample size on inferential measures (e.g., the SE), it was simulated to have a sample size five times larger than the original data (\(N=5050\)).


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
worry_large <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/worry-large.csv")