Skip to content

Commit

Permalink
Fix HW2 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Sep 20, 2022
1 parent c8e911a commit 478ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/hw-2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ a. First, let's create a new vector called `stem_categories` that lists the maj

Then, fill in the partial code to create a new variable in our data frame indicating whether a major is STEM or not.
Note that you need to figure out the logical operator that goes into `___`.
Double check that you have successfully created this variable by selecting the variables `major_type` and `stem_categories`.
Double check that you have successfully created this variable by selecting the variables `major_type` and `major_category`.

```{r}
#| label: new-var-template
Expand Down

0 comments on commit 478ef40

Please sign in to comment.