Skip to content

Analysis of logit and probit models in R language (based on the household data).

License

Notifications You must be signed in to change notification settings

aleniart/logit_probit_model_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Household Satisfaction Analysis

Project Overview

This project aims to develop and compare binomial logit and probit models to predict the likelihood of satisfaction based on the below variables:

  • Income: Average monthly income per person in the household.
  • Expenses: Average monthly expenses per person in the household.
  • Sex: Gender of the head of the household,
  • Cars: Number of cars in the household.
  • Satisfaction: Satisfaction with the financial situation.

The dataset used in this project is fictional.

Project Structure

The project directory contains the following files:

Instructions

To reproduce the analysis:

  1. Ensure you have R installed on your system.
  2. Clone this repository to your local machine.
  3. Open the logit_probit_code.Rmd file in RStudio or any compatible IDE.
  4. Run the R code chunks in the file to perform the analysis.
  5. The output report (logit_probit_code.html) can be generated by knit button.

Results

The analysis includes descriptive statistics, conditional plot visualizations, model estimation (using both logit and probit models), goodness-of-fit comparison, prediction quality assessment, ROC curve analysis and interpretation of model coefficients.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Analysis of logit and probit models in R language (based on the household data).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages