https://github.com/cran/robCompositions
Revision 70b4fa6067bde4e490c102c017ec89d6bf2408c4 authored by Matthias Templ on 08 May 2009, 11:22:02 UTC, committed by cran-robot on 08 May 2009, 11:22:02 UTC
1 parent a4d717b
Raw File
Tip revision: 70b4fa6067bde4e490c102c017ec89d6bf2408c4 authored by Matthias Templ on 08 May 2009, 11:22:02 UTC
version 1.2.2
Tip revision: 70b4fa6
rz.R
require(robCompositions)
data(aitchison359)
xOrig <- x <- aitchison359

x[x < 5] <- 0

imp <- impCoda(x, method='roundedZero')
imp2 <- alrEM(x, pos=2, dl=rep(5,3))$xImp


back to top