This project aims to evaluate the general impact of the “Centro Educacional Unificado” (CEU) model of schools in the city of São Paulo, as well as to assess the additional benefits and feasibility provided by Public-Private Partnerships (PPP) and the concession to OSC (Organizações da Sociedade Civil).
-
data/ Contains raw and processed data used in the analysis.
-
src/ Source scripts for data cleaning, model building, and analysis.
-
results/ Analysis outputs (figures, tables, summaries).
-
doc/ Documentation files, references, and other relevant materials.
-
renv/ R environment folder managed by
renv
, which stores dependencies and helps ensure reproducibility.
- R version >= 4.0
- renv for project environment and package management
- Additional CRAN packages:
tidyverse
,data.table
,sf
,ggplot
and others
- Clone the repository or download the project files.
- Open
Coding.Rproj
in RStudio (recommended). - Use
renv::restore()
to install the required packages specified inrenv.lock
. - Run the scripts in
src/
to download, process, and analyze the data.
This project is licensed under the MIT License – see the license file for details.
For questions or collaboration, please reach out to [Marcos Paulo] at [marcospaulorcorreia@gmail.com].