Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1005 Bytes

File metadata and controls

21 lines (12 loc) · 1005 Bytes

12. Logistic Regression

  1. Click on Logistic Regression in the Statistics category.

  1. Data: Select the data for analysis. You can choose only the data that meets specific conditions using Subset.
  2. Dependent Variable: Choose the dependent variable. You can transform continuous variables into categorical variables by checking Encoding Labels.
  3. Independent Variable: Select the independent variables.
  4. Show Odds: Display the odds.
  5. Multicollinearity Statistics: This provides statistics to check for the presence of multicollinearity.
  6. Code View: Preview the code that will be output.
  7. Data View: Preview the data that will be output.
  8. Run: Execute the code.