Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Sep 18, 2024
1 parent d0088cd commit c26d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/26-log-regression.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Older participants and male participants have higher log-odds of Coamoxicalv res
We can check to see that our indicators sex_male and age_years_sd are independent:
```{r}
# check VIF for no perfect multicollinearity assumption
car::vif(coamox4_logit)
car::vif(coamox_logit)
```
We can also check the linearity of the variable age_years_sd

Expand Down

0 comments on commit c26d66a

Please sign in to comment.