Position of the rationing variable for alr transformation
dl
Detection limit for each part
eps
convergence criteria
maxit
maximum number of iterations
bruteforce
if TRUE, imputations over dl are set to dl. If FALSE, truncated (Tobit) regression is applied.
method
either lm (default) or MM
step
if TRUE, a stepwise (AIC) procedure is applied when fitting models
nComp
if determined, it fixes the number of pls components. If boot, the number of pls components are estimated using
a bootstraped cross validation approach.
R
number of bootstrap samples for the determination of pls components. Only important for method pls.
verbose
additional print output during calculations.
Value
xOrigOriginal data frame or matrix
xImpImputed data
windIndex of the missing values in the data
iterNumber of iterations
epseps
Details
Statistical analysis of compositional data including zeros runs into problems, because log-ratios cannot be applied.
Usually, rounded zeros are considerer as missing not at random missing values.
The algorithm first applies an additive log-ratio transformation to the compositions. Then the rounded zeros are imputed
using a modified EM algorithm.