Skip to content

Commit cb0b04a

Browse files
Correct typo in variable name (app_type -> application_type) (#498)
1 parent 5cd44ed commit cb0b04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-categorical.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ loans |>
313313
A contingency table of the **column proportions**\index{column proportions} is computed in a similar way, where each is computed as the count divided by the corresponding column total.
314314
@tbl-loan-home-app-type-column-proportions shows such a table, and here the value 0.906 indicates that 90.6% of renters applied as individuals for the loan.
315315
This rate is higher compared to loans from people with mortgages (80.2%) or who own their home (86.5%).
316-
Because these rates vary between the three levels of `homeownership` (`rent`, `mortgage`, `own`), this provides evidence that `app_type` and `homeownership` variables may be associated.
316+
Because these rates vary between the three levels of `homeownership` (`rent`, `mortgage`, `own`), this provides evidence that `application_type` and `homeownership` variables may be associated.
317317

318318
```{r}
319319
#| label: tbl-loan-home-app-type-column-proportions

0 commit comments

Comments
 (0)