pyfan.panda.stats.polynomial_regression

Created on Sep 23, 2018

@author: fan

Functions

ols_formula(df, dependent_var, *excluded_cols)

Generates the R style formula for statsmodels (patsy) given the dataframe, dependent variable and optional excluded columns as strings

tester()