# # This file is meant to be used in R http://r-project.org # Copyright (C) 2008 William Briggs # matt@wmbriggs.com # Comments and corrections more than welcome # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # There are several data files, all ending in .csv, which can be opened in any text editor or spreadsheet software. These files are described in the book "Breaking The Law of Averages." The file Rcode.R contains several functions which implement the OBSERVABLE STATISTICS method described in that book. Do not modify these functions unless you know what you are doing. This can be opened in any text editor. The file worked.example.R contains a script to implement the Appendicitis example. They key part of modern statistics is to quantify uncertain in OBSERVABLE data and not in making statements about UNOBSERVABLE PARAMETERS. This requires more work from users in creating scenarios of interest to them. This too is explained in the book. Comments and criticisms are welcome.