Get startedGet started for free

Death penalty and sex

While you're on the topic of death and the afterlife, take a look at another question from the GSS:

Do you favor or oppose the death penalty for people convicted of murder?

Your objective here is to explore if opinions on capital punishment (cappun) diverged between men and women in the gss2016 data.

This exercise is part of the course

Inference for Categorical Data in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Plot distribution of sex filled by cappun
___(___, aes(x = ___, fill = ___)) +
  # Add bar layer
  ___(position = "___")
Edit and Run Code