fact_opinion: Can Americans categorize facts and opinions?

Description Usage Format Source Examples

Description

Pew Research Center conducted a survey in 2018, asking participants to categorize five factual and five opinion statements.

Usage

1

Format

A data frame with 5035 rows and 3 variables.

age_group

Age group of survey participant.

fact_correct

Number of factual statements classified correctly (out of 5).

opinion_correct

Number of opinion statements classified correctly (out of 5).

Source

Pew Research Center

Examples

1
2
3
boxplot(fact_correct~age_group, data = fact_opinion,
  main = "Number of Factual Statements Correctly Categorized",
  xlab = "Age Group", ylab = "Number Correct (out of 5)")

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.