var fDesc=new Array(); fDesc[0] = "Maritz Stats 2.1 from Maritz Research performs statistical tests faster and easier than ever ... and it's yours free. As a Windows-based software, Maritz Stats 2.1 runs statistical calculations such as t-tests, Z-tests, sample size determination, and Chi-square tests. Plus, the software is sophisticated enough to run non-parametric McNemar tests and partially overlapping sample t-tests and Z-tests to name a few.
Maritz Research is one of the world's leading marketing research firms. We specialize in large-scale, custom-designed marketing research studies that help our clients achieve bottom-line results. We are a global leader in automotive, financial services, hospitality, information technology, and telecom marketing research. Bookmark our site and/or browse our other products and services."; 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 = ''; } }