summary.infoFun {qAnalyst} | R Documentation |
Generic summary method for infoFun objects
Description
summary.infoFun
implements generic summary method on infoFun objects. Estimated parameters names and values are print out, with AD statistics if calculated
Usage
## S3 method for class 'infoFun'
summary(object, ...)
Arguments
object |
An object of class infoFun |
... |
furter arguments to be added |
Details
summary.infoFun
output is build from infoFun objects internal list items.
Value
No values are returned
Note
No notes
Author(s)
Giorgio Spedicato
References
No refrences
See Also
Examples
#warpTiles data
data(warpTiles)
infoX=funInfoFun(warpTiles$warping, "weibull")
summary(infoX)
[Package qAnalyst version 0.6.4 Index]