distrTest provides
(S4-)classes for evaluating procedures (estimators/tests) at data/simulation in
a unified way based on package distr. This is achieved by means of the S4 class
Evaluation
. The package is based on our packages distr and distrSim, hence uses distribution classes
and simulation classes as introduced there to capture the situation from which the simulations stem.
"Evaluation"
slots: [<name>(<class>)]
name(character), filename(character), call.ev(call),
Data(Dataclass), result(DataframeorNULL),
estimator(OptionalFunction)
"EvaluationList"
slots: [<name>(<class>)]
name(character), Elist(list)
Objects of class "Evaluation" are generated by a call to evaluate
.
plot plot method for "Evaluation" and for "EvaluationList"
print,show print/show method for "Evaluation" and for "EvaluationList"
summary summary method for "Evaluation" and for "EvaluationList"
Data accessor method for "Evaluation", and, for "EvaluationList"
returns common Data
All slots are inspected / modified by corresponding
accessors / -replacement functions, e.g. call.ev(X)
or filename(X)<-"myevaluation.sav"
for
an object of class "Evaluation"
.
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.
Thomas Stabla statho3@web.de,
Florian Camphausen fcampi@gmx.de,
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
Matthias Kohl Matthias.Kohl@stamats.de
Maintainer: Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
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.
Package: | distrTEst |
Version: | 2.8.2 |
Date: | 2024-01-30 |
Depends: | R(>= 3.4), methods, graphics, setRNG(>= 2006.2-1), distrSim(>= 2.2) |
Imports: | startupmsg, utils |
Suggests: | distrEx(>= 2.2) |
LazyLoad: | yes |
License: | LGPL-3 |
URL: | https://distr.r-forge.r-project.org/ |
VCS/SVNRevision: | 1427 |
A vignette for packages distr, distrSim, distrTEst, and distrEx
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/
distr-package
, distrSim-package
,
setRNG