Description Usage Format Source Examples
A poll of 691 people, with party affiliation collected, asked whether they think it's better to raise taxes on the rich or raise taxes on the poor.
1 | data("ppp.201503")
|
A data frame with 691 observations on the following 2 variables.
party
Political party affiliation.
taxes
Support for who to raise taxes on.
Public Policy Polling, Americans on College Degrees, Classic Literature, the Seasons, and More, data collected Feb 20-22, 2015.
1 2 3 | data(ppp.201503)
table(ppp.201503)
mosaicplot(table(ppp.201503), las = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.