Aggregation function for a ordinal variable
The function medianSamp chooses the level as the median or randomly between two levels.
medianSamp(x, weights = NULL)
x
: ordered factor vectorweights
: numeric vector providing weights for the observations in xOther imputation methods: hotdeck()
, impPCA()
, irmi()
, kNN()
, matchImpute()
, rangerImpute()
, regressionImp()
, sampleCat()