29  pew.csv

This data, stored in pew.csv are a subset of data collected from a telephone survey conducted in February 2007 by the Pew Research Center for The People and The Press to evaluate how much Americans know about national and international affairs. The sample of 1,502 Americans constitute a national probability sample representative of the American public. The attributes are:


29.0.1 Preview

Code
# Import Data
pew = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/pew.csv")

# View data
pew


29.0.2 References