rplus(X,parts=1:NCOL(oneOrDataset(X)),total=NA,warn.na=FALSE,detectionlimit=NULL,BDL=NULL,MAR=NULL,MNAR=NULL,SZ=NULL)
"rplus"
representing a vector of amounts
or a matrix of class "rplus"
representing
multiple vectors of amounts, by rows.rcomp
, aplus
).
In principle, amounts are just real-scaled numbers with the single
restriction that they are nonnegative. Thus they can be analysed by
any multivariate analysis method. This class provides a simple access
interface to do so. It tries to keep in mind the positivity
property of amounts and the special point zero. However there are
strong arguments why an analyis based on log-scale might be much more
adapted to the problem. This log-approach is provided by the class
aplus
. The classes rcomp, acomp, aplus, and rplus are designed in a fashion as similar as
possible in order to allow direct comparison between results obtained
by the different approaches. In particular, the aplus logistic transform
ilt
is mirrored
by the simple identity transform iit
. In terms
of computer science, this identity mapping is actually mapping an object
of type "rplus" to a class-less datamatrix.
iit
,rcomp
, aplus
,
princomp.rplus
,
plot.rplus
, boxplot.rplus
,
barplot.rplus
, mean.rplus
,
var.rplus
, variation.rplus
,
cov.rplus
, msd
data(SimulatedAmounts)
plot(rplus(sa.lognormals))
Run the code above in your browser using DataLab