Skip to content

Commit 59b1a55

Browse files
authored
Update README.md
1 parent 7818ad3 commit 59b1a55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[![Conda](https://anaconda.org/conda-forge/effectsize/badges/version.svg)][conda]
55
[![License](https://img.shields.io/github/license/nbashir97/effectsize)][license]
66

7-
`effectsize` is a comprehensive Python package for computing effect sizes (ESs), also known as standardized differences. The package implements the methodology outlined by [Yang and Dalton, 2012][yang2012] and it provides complex functionality, such as the ability to deal with skewed variables, multinomial categories, and weighted statistics.
7+
`effectsize` is a comprehensive Python package for computing effect sizes (ESs), also known as standardized differences. The package implements the methodology outlined by [Yang and Dalton (2012)][yang2012] and it provides complex functionality, such as the ability to deal with skewed variables, multinomial categories, and weighted statistics.
88

99
## Prerequisites
1010

11-
Before you begin, ensure you have met the following requirements:
12-
* You have installed Python 3.7 or higher
13-
* You have installed the following four Python modules: [`numpy`][numpy], [`pandas`][pandas], [`scipy`][scipy], [`statsmodels`][statsmodels]
11+
Before you begin, ensure you have installed Python 3.7 or higher
12+
13+
`effectsize` has four dependencies: [`numpy`][numpy], [`pandas`][pandas], [`scipy`][scipy], [`statsmodels`][statsmodels]
1414

1515
## Installation
1616

@@ -20,7 +20,7 @@ Binary installers for the latest released version are available at the [Python P
2020
pip install effectsize
2121
```
2222

23-
As well as through conda-forge channels on [Conda][conda]:
23+
As well as through the conda-forge channel on [Conda][conda]:
2424

2525
```sh
2626
conda install -c conda-forge effectsize

0 commit comments

Comments
 (0)