From 72485d5a56c962e5a44f6e9e89f1e19268ed319c Mon Sep 17 00:00:00 2001 From: Russell Rayner Date: Fri, 4 Apr 2025 12:45:36 +1100 Subject: [PATCH] Correct typo in variable name (app_type -> application_type) --- explore-categorical.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-categorical.qmd b/explore-categorical.qmd index 1534b364..d8ba99e1 100644 --- a/explore-categorical.qmd +++ b/explore-categorical.qmd @@ -313,7 +313,7 @@ loans |> 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. @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. This rate is higher compared to loans from people with mortgages (80.2%) or who own their home (86.5%). -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. +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. ```{r} #| label: tbl-loan-home-app-type-column-proportions