distrTEst-package {distrTEst}R Documentation

dsitrTEst - Estimation and Testing classes based on package distr

Description

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.

Details

Package: distrTEst
Version: 1.7
Date: 2006-05-11
Depends: R(>= 2.2.0), methods, graphics, setRNG(>= 2006.2-1), distr(>= 1.7), distrSim(>= 1.7)
Imports: stats
SaveImage: no
LazyLoad: yes
License: GPL (version 2 or later)
URL: http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/
Packaged: Thu May 11 10:16:03 2006; Peter
Built: R 2.4.0dev; i386-pc-mingw32; 2006-05-11 10:20:11; windows

Classes

"Evaluation"
      slots: [<name>(<class>)] 
      name(character), filename(character), call.ev(call),
      result(vectororNULL), estimator(OptionalFunction)

Methods

plot            plot method for "Evaluation"
print           print method for "Evaluation"
summary         summary method for "Evaluation"

Slot accessors / -replacement functions

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"

Start-up-Banner

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").

Author(s)

Thomas Stabla statho3@web.de,
Florian Camphausen fcampi@gmx.de,
Peter Ruckdeschel Peter.Ruckdeschel@uni-bayreuth.de,
Matthias Kohl Matthias.Kohl@stamats.de

Maintainer: Peter Ruckdeschel Peter.Ruckdeschel@uni-bayreuth.de

References

a more detailed manual for distr, distrSim, distrTEst, and distrEx may be downloaded from http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf

a homepage to this package is available under
http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distrTEst.html

See Also

distr, distrSim, setRNG


[Package distrTEst version 1.7 Index]