Skip to content

Commit

Permalink
Update anova_documentation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey-Bryant committed Mar 7, 2022
1 parent 0498e5c commit afc5686
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/anova_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ Parameters

Input
-----
**anova(self, formula_like, data = {}, sum_of_squares = 3, conf_level = 0.95)**
**anova(self, formula_like, data = {}, sum_of_squares = 3)**

* **formula_like** : A valid formula which will parse the data into a design matrix.
* **data** : The dataframe which contains the data to be analyzed.
* **sum_of_squares** : The type of sum of squares which is desired, the default is Type 3.
* **conf_level** : The confidence interval desired.


Returns
Expand All @@ -37,6 +36,12 @@ anova methods
* **pretty_format ** : If pretty formatting should be applied. This adds extra empty spaces in the returned data
structure for visualization of the results.
* **regression_table(return_type = "Dataframe", decimals = 4, conf_level = 0.95)**

* **return_type** : The type of data structure the results should be returned as. Supported options are 'Dataframe' which will return a Pandas DataFrame or 'Dictionary' which will return a dictionary.
* **decimals** : The number of decimal places the data should be rounded too.
* **conf_level** : The confidence interval desired.



Effect size measures formulas
Expand Down

0 comments on commit afc5686

Please sign in to comment.