var fDesc=new Array(); fDesc[0] = "Meta-Stat is a DOS-based computer program that automates the many complex tasks that are required to perform a meta-analysis.

The data can easily be output in ASCII format or in a format ready for use by the Statistical Package for the Social Sciences (SPSS). Meta-analysis in the traditions of a) Glass, Hedges and Olkin (i.e. effect size), and b) Schmidt and Hunter (i.e. correlational) are supported.

Special features include:
-An effect-size calculator to help convert from reported metrics to effect-size
-Homogeneity statistics
-Variance ratio
-Fail-safe N
-Corrected regression outputs.
-Graphical Exploratory Data Analysis"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }