Classes
Model([isLibrary]) |
Run statistical models for analysis. |
imhr.r33._model.Model(isLibrary=False)[source]¶Bases: object
Run statistical models for analysis.
Methods
Methods
anova(config, y, f, df, csv, path, effects) |
Run analysis of variance model using rpy2, seaborn and pandas. |
lmer(config, y, f, df, exclude, csv, path, …) |
Run linear mixed regression model, using rpy2, seaborn and pandas. |
logistic(config, y, f, df, me, exclude, csv, …) |
Run logistic regression model, using rpy2, seaborn and pandas. |
anova(config, y, f, df, csv, path, effects) |
Run analysis of variance model using rpy2, seaborn and pandas. |
lmer(config, y, f, df, exclude, csv, path, …) |
Run linear mixed regression model, using rpy2, seaborn and pandas. |
logistic(config, y, f, df, me, exclude, csv, …) |
Run logistic regression model, using rpy2, seaborn and pandas. |
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
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
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