Learn R Programming

compositions (version 0.9-11)

summary.aplus: Summaries of amounts

Usage

## S3 method for class 'aplus':
summary( object, \dots ,digits=max(3, getOption("digits")-3))
          ## S3 method for class 'rplus':
summary( object, \dots )
          ## S3 method for class 'rmult':
summary( object, \dots )

Arguments

object
an aplus/rplus set of amounts
digits
the number of significant digits to be used. The argument can also be used with rplus/rmult.
...
not used, only here for generics

Value

  • A matrix containing summary statistics. The obtained value is the same as for the classical summary summary, although in the case of aplus objects, the statistics have been computed in a logarithmic geometry and exponentiated.

See Also

aplus,rplus,summary.acomp, summary.rcomp

Examples

Run this code
data(SimulatedAmounts)
summary(aplus(sa.lognormals))
summary(rplus(sa.lognormals))
summary(rmult(sa.lognormals))

Run the code above in your browser using DataLab