StatTools Home PageSite links : Home About Index Search Data I/O Plots Q&A Contact Table of Contents : IntroductionStatTools is a collection of statistical programs that were used in clinical research and quality assurance. These have accumulated over the years in response to needs, requests, and enquiries, from colleagues and students. They should therefore be viewed more as a handy set of tools, all of which were found to be needed or useful by some clinicians or researchers. Users should therefore search through StatTools to see if a program that is useful to them exists, but should not see StatTools as a structured set of instructions or a system of teaching. StatTools contains no original algorithms or statistical theories. All the programs in StatTools have been described in statistical packages, text books, published papers, and on web sites in the public domain. What we did was to study the materials, write the programs that convert the maths into a usable program, and place these in a user friendly format on the Internet. Although StatTools provides a quick solution and easy calculation that may immediately solve a problem, users are nevertheless encouraged to follow the reference trail provided, accessed the original materials, and learn in details what a particular program is all about, how the results should be interpreted, and what the pitfalls are. StatTools originated as a resource for inexperienced researchers on the website of the Department of Obstetrics and Gynaecology Chinese University of Hong Kong, and existed on the Internet for over 20 years. It became popular, and at one stage it received a few thousand hits per month, and its pages were linked to many other sites. The original StatTools site still exists, but there was no further addition or changes made to it since 2002 when I retired from the university. Between 2002 and 2007 StatTools were recompiled as JAVA applets and presented on the website of the Mater Research Support Centre. Working with two statisticians, Scott Pain and kristen Gibbons, we added a lot of details to existing programs, and increased the number of programs, particularly those calculating sample size requirements. Since my retirement in 2007, I have recompiled the programs using PHP, adding to them a graphic capability, and added a number of new algorithms (particularly programs using sequential analysis and quality controls), and placed them on my personal website. As there are increasing hits and enquiries recently, in August 2010 I have placed the programs on this stand alone site. StatTools has received much feedback from users, and this helped to correct errors and improve presentations and explanations. I hope users will continue to offer feedbacks to these pages. In November 2011 StatTools received some 600 hits per day, and these increased steadily and by April 2012 StatTools received about 2800 hits per day. Feedback and questions have also increased from one every couple of months to one to two per week. Back to TopDisclaimerDuring the development of the programs, the results of the calculations were checked against text book examples and the output from statistical packages. Users and colleagues have also provided feedback, pointing out corrections and enhancements needed, so that the pages have improved with usage. Although these efforts should make errors unlikely, it is still not possible to rule them out entirely. Users of these pages must therefore accept the risks of using these programs and take the final responsibility for the results produced. The author of these pages accepts no liability for the loss of time, money or resources, damages to equipment, persons, or reputations, or any other adverse or undesirable consequences that may result from the downloading or use of these pages. Back to TopOrganisation of the pagesWeb site level The appropriate information and programs can be accessed via one of the two methods provided
Subject or problem level Information and calculations for each statistical problem of program is divided into a number of sub programs.
A typical example is the z test, so the zTest_Exp.php introduces and explains the z test, zTest_Pgm.php calculates probability of z, and zTest_Tab.php presents the standard table of probability of z. On each page Three sets of information are available at the top of each page
The content of each page are divided into sections, the sections are separated by horizontal lines, and each section has a sub heading linked to a list near the top of the page. Back to Top |