generics-accessors {quantspec} | R Documentation |
Generic functions for accessing attributes of objects
Description
These generic functions are needed to access the objects' attributes.
Note that the naming convention getAttribute
was applied, where
attribute
is the name of the attribute/slot of the class of the
object.
Usage
getY(object, ...)
getValues(object, ...)
getCoherency(object, ...)
getIsRankBased(object, ...)
getB(object, ...)
getLagOperator(object, ...)
getMaxLag(object, ...)
getParallel(object, ...)
getFrequencies(object, ...)
getLevels(object, ...)
getMeanPG(object, ...)
getStdError(object, ...)
getN(object, ...)
getR(object, ...)
getType(object, ...)
getTs(object, ...)
getCoherencySdNaive(object, ...)
getSdNaive(object, ...)
getSdBoot(object, ...)
getPointwiseCIs(object, ...)
getDescr(object, ...)
getW(object, ...)
getBw(object, ...)
getWnj(object, ...)
Arguments
object |
object from which to get the value |
... |
optional parameters; for documentation see the documentation of the methods to each of the generic. |
See Also
For an overview on the classes of the framework, and all of their
attributes, see the class diagrams in the package description
[cf. quantspec-package
].
[Package quantspec version 1.2-4 Index]