Index of /book

      Name                    Last modified       Size  Description

[DIR] Parent Directory 31-Jul-2010 06:07 - [   ] Rcode.R 19-Jun-2009 04:31 26k [   ] advertising.csv 08-May-2008 15:01 1k [   ] appendicitis.csv 21-May-2008 05:14 19k [   ] skill.R 03-May-2010 09:43 15k [   ] tsd.csv 01-Jun-2008 12:13 1k [   ] worked.example.R 28-Jun-2008 05:57 6k

#
#    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 three data files, all ending in .csv, which can be opened in any text editor or spreadsheet software.  These files are described in the book "Stats 101."

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.