diff --git a/factors.qmd b/factors.qmd index ff64b36..1f3d56b 100644 --- a/factors.qmd +++ b/factors.qmd @@ -185,7 +185,7 @@ relig_summary <- gss_cat |> n = n() ) -ggplot(relig_summary, aes(x = tvhours, x = relig)) + +ggplot(relig_summary, aes(x = tvhours, y = relig)) + geom_point() ```