You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-categorical.qmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Mastery of the content presented in this chapter will be crucial for understandi
16
16
In this chapter we will work with data on loans from Lending Club that you've previously seen in @sec-data-hello.
17
17
The `loan50` dataset from @sec-data-hello represents a sample from a larger loan dataset called `loans`.
18
18
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.
20
20
21
21
::: {.data data-latex=""}
22
22
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