Functions
anova(config, y, f, df, csv, path, effects) |
Run analysis of variance model using rpy2, seaborn and pandas. |
logistic(config, y, f, df, me, exclude, csv, …) |
Run logistic regression model, using rpy2, seaborn and pandas. |
lmer(config, y, f, df, exclude, csv, path, …) |
Run linear mixed regression model, using rpy2, seaborn and pandas. |
imhr.Webgazer.model.anova(config, y, f, df, csv, path, effects, is_html=True)[source]¶Run analysis of variance model using rpy2, seaborn and pandas.
| Parameters: |
|
|---|---|
| Returns: |
Notes
imhr.Webgazer.model.lmer(config, y, f, df, exclude, csv, path, effects, is_html=True)[source]¶Run linear mixed regression model, using rpy2, seaborn and pandas.
| Parameters: |
|
|---|---|
| Returns: |
Notes
imhr.Webgazer.model.logistic(config, y, f, df, me, exclude, csv, path, is_html=True)[source]¶Run logistic regression model, using rpy2, seaborn and pandas.
| Parameters: |
|
|---|---|
| Returns: |
Notes