Last chance! 50% off unlimited learning
Sale ends in
Compute a summary of a composition based on real geometry.
# S3 method for rcomp
summary( object, … ,robust=NULL)
an rcomp
dataset of compositions
further arguments to summary
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.
The value is the same as for the classical summary
summary
applied to a closed dataset.
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.
# NOT RUN {
data(SimulatedAmounts)
summary(rcomp(sa.lognormals))
summary(rcomp(sa.tnormals))
# }
Run the code above in your browser using DataLab