clt: Demonstration of the Central Limit Theorem

Description Usage Arguments Details Value Note Author(s) References Examples

Description

This is a fairly simple demonstration of the central limit theorem, aimed at a single user.

Usage

1
clt(overwrite = FALSE)

Arguments

overwrite

By default, the function will use any version of the course notes it finds in the working directory. Setting overwrite = TRUE will copy a version from the package

Details

This file will open an Rpad server, running the clt demonstration. By default it will use any pre-existing Rpad type files in your workspace. Don't use the overwrite argument unless you are sure you want a lot of math figures and .Rpad files written to your working directory. Check things like getwd() and dir() first.

Value

Nothing is returned from this function, it's main use is the side-effect of starting a browser with an R-book on the Central Limit Theorem. It tends to throw out large numbers of graph files in the working directory (that's a work in progress) and also throws out data files into the working directory.

Note

This work has been funded by an MSOR grant

Author(s)

Paul Hewson

References

There will be a lot of references added soon

Examples

1
2
3
#library(Rbooks)
#data(cltbook)
#clt()

Rbooks documentation built on May 2, 2019, 4:45 p.m.