internalGenerics {distr} | R Documentation |
Internal: Common Generics 'distribution' and 'samplesize', 'samplesize<-'
Description
In order to be able to use packages distrSim and distrMod resp. RobAStBase independently, it is necessary to import the respective generic from a prior package, i.e., distr.
Usage
distribution(object)
samplesize(object, ...)
samplesize(object) <- value
Arguments
object |
the first argument to dispatch on in the actual methods. |
value |
the value to be assigned. |
... |
additional arguments for function |
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
[Package distr version 2.9.3 Index]