summary.rcomp | R Documentation |
Compute a summary of a composition based on real geometry.
## S3 method for class 'rcomp'
summary( object, ... ,robust=NULL)
object |
an |
... |
further arguments to |
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). |
The data is applied a clo
operation before the computation.
Note that the statistics obtained will not keep any consistency
if computed with all the parts available or only with a subcomposition.
A matrix containing summary statistics.
The value is the same as for the classical summary
summary
applied to a closed dataset.
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
rcomp
, summary.aplus
, summary.acomp
data(SimulatedAmounts)
summary(rcomp(sa.lognormals))
summary(rcomp(sa.tnormals))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.