fact_opinion: Can Americans categorize facts and opinions?

fact_opinionR Documentation

Can Americans categorize facts and opinions?

Description

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

Usage

fact_opinion

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

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


npaterno/data_hunters documentation built on July 20, 2022, 6:38 p.m.