Skip to content

Commit ad9a890

Browse files
authored
Update explore-categorical.qmd (#475)
typo
1 parent bc06aad commit ad9a890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-categorical.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Mastery of the content presented in this chapter will be crucial for understandi
1616
In this chapter we will work with data on loans from Lending Club that you've previously seen in @sec-data-hello.
1717
The `loan50` dataset from @sec-data-hello represents a sample from a larger loan dataset called `loans`.
1818
This larger dataset contains information on 10,000 loans made through Lending Club.
19-
We will examine the relationship between `homeownership`, which for the `loans` data can take a value of `rent`, `mortgage` (owns but has a mortgage), or `own`, and `app_type`, which indicates whether the loan application was made with a partner or whether it was an individual application.
19+
We will examine the relationship between `homeownership`, which for the `loans` data can take a value of `rent`, `mortgage` (owns but has a mortgage), or `own`, and `application_type`, which indicates whether the loan application was made with a partner or whether it was an individual application.
2020

2121
::: {.data data-latex=""}
2222
The [`loans_full_schema`](http://openintrostat.github.io/openintro/reference/loans_full_schema.html) data can be found in the [**openintro**](http://openintrostat.github.io/openintro) R package.

0 commit comments

Comments
 (0)