Skip to content

aborem/c-section-brazil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Section Prevalence Rations in Brazil

Arthur Borem, PHP 1100, Fall 2019

This short program uses data from SINASC (DATASUS) to identify prevalence ratios of c-sections within key demographics (race, education and location, although only race and education are used for the analysis). The results are fitted to a Poisson regression to measure the significance of the demographics on the determination of a c-section.

File Descriptions

sinasc_data.py does the key analysis described above. The raw findings are located in findings/ and the code used to convert the results from json encoded data to a latex table format (for the final report) can be found in latex_table_converter.py.

Resources Used

Cesarean section on demand: a population-based study in Southern Brazil used for project inspiration.

An Illustrated Guide to the Poisson Regression Model used for data analysis guidance.i

Required Libraries

pandas
statsmodels
json
pysus
patsy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages