Summaries of amounts
Summary of a vector of amounts, according to its underlying geometry.
## S3 method for class 'aplus' summary( object, ..., digits=max(3, getOption("digits")-3), robust=NULL) ## S3 method for class 'rplus' summary( object, ..., robust=NULL) ## S3 method for class 'rmult' summary( object, ..., robust=NULL)
object |
|
digits |
the number of significant digits to be used. The argument can also be used with rplus/rmult. |
... |
not used, only here for generics |
robust |
A robustness description. See robustnessInCompositions for details. The option is currently not supported. If support is added the default will change to getOption(robust). |
A matrix containing summary statistics (minimum, the three quantiles, the mean and the maximum) of each component.
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
data(SimulatedAmounts) summary(aplus(sa.lognormals)) summary(aplus(sa.tnormals)) summary(rplus(sa.lognormals)) summary(rplus(sa.tnormals)) summary(rmult(sa.lognormals))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.