Skip to content

Commit 00962e4

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-67: Logistic Regression
1 parent 675a0e3 commit 00962e4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/.gitbook/assets/image (316).png

212 KB
Loading

docs/.gitbook/assets/image (317).png

79.6 KB
Loading

docs/statistics/12.-logistic-regression.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# 12. Logistic Regression
22

3-
4-
5-
<figure><img src="../.gitbook/assets/image (142).png" alt="" width="203"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (316).png" alt="" width="464"><figcaption></figcaption></figure>
64

75
1. Click on _**Logistic Regression**_ in the _**Statistics**_ category.
86

9-
10-
11-
<figure><img src="../.gitbook/assets/image (143).png" alt="" width="563"><figcaption></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/image (317).png" alt="" width="563"><figcaption></figcaption></figure>
128

139
2. _**Data**_: Select the data for analysis. You can choose only the data that meets specific conditions using [_**Subset**_](../data-analysis/5.-subset.md).
1410
3. _**Dependent Variable**_: Choose the dependent variable. You can transform continuous variables into categorical variables by checking _**Encoding Labels**_.
1511
4. _**Independent Variable**_: Select the independent variables.
16-
5. _**Show Odds**_: Display the odds.
12+
5. _**Show Odds**_: Show _**Odds**_ (_**Odds**_: the ratio between the probability of a certain event happening and the probability of it not happening)
1713
6. _**Multicollinearity Statistics**_: This provides statistics to check for the presence of multicollinearity.
1814
7. _**Code View**_: Preview the code that will be output.
1915
8. _**Data View**_: Preview the data that will be output.

0 commit comments

Comments
 (0)