Description Usage Arguments Details Value Note Author(s) References Examples
This is a fairly simple demonstration of the central limit theorem, aimed at a single user.
1 |
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 |
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.
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.
This work has been funded by an MSOR grant
Paul Hewson
There will be a lot of references added soon
1 2 3 | #library(Rbooks)
#data(cltbook)
#clt()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.