Skip to content

Involves analyzing faculty salary data from a US university to investigate potential differences between male and female faculty. We applied statistical methods and experimental design principles to analyze the dataset and derive meaningful insights.

License

Notifications You must be signed in to change notification settings

akshan-main/data557project

Repository files navigation

Overview

This project is part of the DATA 557 - Applied Stats And Exp Design course. It involves analyzing faculty salary data from a US university to investigate potential differences between male and female faculty. The dataset includes information on faculty members employed at the university in 1995. We applied statistical methods and experimental design principles to analyze the dataset and derive meaningful insights. The project is implemented as a Streamlit web app. You can access the web app through this link or follow the installation instructions below to run it locally.

Project Structure

  • pages/: Python files for all the website pages (backend and frontend).
  • blogs/: Markdown files for blog posts.
  • data_loader.py: Script to load data.
  • hypothesis_tests.py: Script for all the hypothesis testing work.
  • Home.py: Entry point for the Streamlit web app.

Installation

To run the project, you need to have Python installed along with the required packages. Install the necessary packages using requirements.txt.

pip install -r requirements.txt

Usage

  1. Clone the repository:
git clone https://github.com/akshan-main/data557project.git
  1. Navigate to the project directory:
cd data557project
  1. Run the Streamlit app:
streamlit run Home.py

License

This project is licensed under the MIT License.

About

Involves analyzing faculty salary data from a US university to investigate potential differences between male and female faculty. We applied statistical methods and experimental design principles to analyze the dataset and derive meaningful insights.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages