Skip to content

Commit

Permalink
beta 6 final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
msrosenberg committed Aug 24, 2022
1 parent acc9260 commit fe144cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# MetaWin
MetaWin is free, open source, multi-platform software for conducting the quantitative meta-analysis portion of research synthesis. It has been rewritten from scratch relative to earlier versions. The new version is written entirely in Python. Single file executable versions of the software for Windows and Mac operating systems can be downloaded from https://www.metawinsoft.com, which also contains the manual/help file.
*MetaWin* is free, open source, multi-platform software for conducting the quantitative
meta-analysis portion of research synthesis. It has been rewritten from scratch relative
to earlier versions. The new version is written entirely in Python. Single file executable
versions of the software for Windows and Mac operating systems can be downloaded from
https://www.metawinsoft.com, which also contains a copy of the manual/help file.

## Primary Features
* Calculating Effect Sizes
* Pairs of Means
* Hedges' d
* Hedges' *d*
* ln Response Ratio
* Two × Two Contingency Table
* ln Odds Ratio
Expand All @@ -31,4 +35,12 @@ MetaWin is free, open source, multi-platform software for conducting the quantit
* Forest Plot
* Normal Quantile Plot
* Galbraith (Radial) Plot


### Dependencies
The *MetaWin* code has dependencies on only a few key packages:
* *PyQt6* is used for construction of the GUI
* *NumPy* and *SciPy* are used for efficient numerical and statistical computation
* *Matplotlib* is used for creation of graphs and figures

In addition, the downloadable executables at https://www.metawinsoft.com are built using
PyInstaller.
2 changes: 1 addition & 1 deletion src/MetaWinConstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

MAJOR_VERSION = 3
MINOR_VERSION = 0
PATCH_VERSION = 5
PATCH_VERSION = 6

# validity check when fetching value from data matrix
VALUE_NUMBER = 0
Expand Down

0 comments on commit fe144cf

Please sign in to comment.