Revision b075661d51a7a1ee9b00d94017b8a6be03730ba4 authored by Matthias Templ on 29 April 2009, 00:00:00 UTC, committed by Gabor Csardi on 29 April 2009, 00:00:00 UTC
1 parent 2e8aee4
Raw File
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