# π°πͺ Kenya Enterprise Survey 2025 β Statistical Analysis
> **A data analysis portfolio project by Joy Ngereso**
> Exploring business environment, gender representation, workforce composition, and financial access across Kenyan enterprises.
---
## π Project Overview
This project presents a comprehensive statistical analysis of the **Kenya Enterprise Survey 2025** dataset, conducted using **IBM SPSS Statistics v27**. The survey captures data from a nationally representative sample of formal-sector enterprises across Kenya's six regions.
The analysis investigates:
- π Geographic distribution of establishments across Kenya's six regions
- π’ Firm size distribution (Small, Medium, Large)
- π©βπΌ Gender representation in top management roles
- π© Female workforce participation rates (computed & categorised)
- π³ Access to formal financial services and overdraft facilities
- π Employee training practices by firm size
---
## π οΈ Tools & Skills Demonstrated
| Tool / Skill | Details |
|---|---|
| **Software** | IBM SPSS Statistics v27 |
| **CTABLES** | Custom frequency & percentage tables |
| **FREQUENCIES** | Descriptive statistics β mean, median, mode, SD, skewness, kurtosis |
| **CROSSTABS** | Bivariate cross-tabulations across categorical variables |
| **GGRAPH / GPL** | Bar charts & pie charts with custom colour schemes |
| **COMPUTE** | Derived `women_perc` variable (% female employees) |
| **RECODE** | Recoded continuous variable into ordinal groups |
| **DESCRIPTIVES** | Summary statistics for computed variables |
| **VALUE LABELS** | Applied descriptive labels to recoded variables |
---
## π Repository Structure
```
kenya-enterprise-survey-analysis/
β
βββ data/
β βββ Kenya_Enterprise_Survey_2025_1.sav # SPSS dataset
β
βββ syntax/
β βββ joy_kenya_survey_syntax.sps # Full SPSS syntax (reproducible)
β
βββ output/
β βββ Output26.spv # SPSS output viewer file
β
βββ report/
β βββ Kenya_Enterprise_Survey_Analysis_R β¦