distrTeach provides some illustrations based on package distr for teaching Stochastics / Statistics in secondary school; so far the following has been implemented
illustrateLLT
: function for the generation of LLN - visualizations
illustrateCLT
: function for the generation of CLT - visualizations
plotCLT
: Generic function for the plotting of CLT-approximations
as well as a Tcl/Tk based demo forillustrateCLT
Teaching Classes
illustration:
illustrateLLT function for the generation of LLN - visualizations
illustrateCLT function for the generation of CLT - visualizations
plotCLT Generic function for the plotting of CLT-approximations
Demos are available --- see demo(package="distrTeach")
.
You may suppress the start-up banner/message completely by setting
options("StartupBanner"="off")
somewhere before loading this package by
library
or require
in your R-code / R-session.
If option "StartupBanner"
is not defined (default) or setting
options("StartupBanner"=NULL)
or
options("StartupBanner"="complete")
the complete start-up banner is
displayed.
For any other value of option "StartupBanner"
(i.e., not in
c(NULL,"off","complete")
) only the version information is displayed.
The same can be achieved by wrapping the library
or require
call
into either suppressStartupMessages()
or
onlytypeStartupMessages(.,atypes="version")
.
As for general packageStartupMessage
's, you may also suppress all
the start-up banner by wrapping the library
or require
call into suppressPackageStartupMessages()
from
startupmsg-version 0.5 on.
Note: The first two numbers of package versions do not necessarily reflect package-individual development, but rather are chosen for the distrXXX family as a whole in order to ease updating "depends" information.
Matthias Kohl Matthias.Kohl@stamats.de and
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
Eleonara Feist eleonoragerber@gmx.de, and,
Anja Hueller
Maintainer: Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Package: | distrTeach |
Version: | 2.9.1 |
Date: | 2024-01-30 |
Depends: | R(>= 3.4), methods, distr(>= 2.2), distrEx(>= 2.2) |
Suggests: | tcltk |
Imports: | startupmsg, grDevices, graphics, stats |
LazyLoad: | yes |
License: | LGPL-3 |
URL: | http://distr.r-forge.r-project.org/ |
VCS/SVNRevision: | 1429 |
P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006): S4 Classes for Distributions, R News, 6(2), 2-6. https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf a vignette for packages distr, distrSim, distrTEst,
and distrTeach is included into the mere documentation package distrDoc
and may be called by require("distrDoc");vignette("distr")
a homepage to this package is available under
https://distr.r-forge.r-project.org/ and the pages ...
M. Kohl (2005): Numerical Contributions to the Asymptotic
Theory of Robustness. PhD Thesis. Bayreuth. Available as
https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf
distr-package
distrEx-package