Revision d43cd20e55d3a1691b396cc30772f2e5a2945e82 authored by Matthias Templ on 29 November 2009, 19:35:41 UTC, committed by cran-robot on 29 November 2009, 19:35:41 UTC
1 parent 70b4fa6
Raw File
rz.R
require(robCompositions)
data(expenditures)
xOrig <- x <- expenditures

x[x < 5] <- 0

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


back to top