Skip to content

Commit

Permalink
Convert hint to a hint div
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Jun 7, 2024
1 parent 46486cd commit fbf232b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion episodes/12-supp-factors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ plot(x = dat$Gender, y = dat$BloodPressure)

Why does this plot show 4 levels?

*Hint* how many levels does `dat$Gender` have?
::::::::::::::: hint

How many levels does `dat$Gender` have?

::::::::::::::::::::

::::::::::::::: solution

Expand Down

0 comments on commit fbf232b

Please sign in to comment.