Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zazencodes/esoph_linear_model

Importing esoph into python from R datasets and building multivariate linear models
https://github.com/zazencodes/esoph_linear_model

Last synced: 2 months ago
JSON representation

Importing esoph into python from R datasets and building multivariate linear models

Awesome Lists containing this project

README

        

# Linear modeling of an esophageal cancer study
My [blog post](https://galeascience.wordpress.com/2016/05/05/linear-models-for-predicting-esophagus-cancer-likelihood/) details the process of loading the `esoph` dataset into Python using `statsmodels`.

The ipython notebook file in this repository contains the full analysis. You can see, for example, how to make the following figures:
![](https://github.com/agalea91/esoph_linear_model/blob/master/figures/two_feature_model_3d_2.png)

![](https://github.com/agalea91/esoph_linear_model/blob/master/figures/lm_age.png)

![](https://github.com/agalea91/esoph_linear_model/blob/master/figures/three_variable_model_no_int_residuals.png)