Learn R Programming

redist (version 3.1.5)

redist_quantile_trunc: Helper function to truncate importance weights

Description

Defined as pmin(x, quantile(x, 1 - length(x)^(-0.5)))

Usage

redist_quantile_trunc(x)

Arguments

x

the weights

Value

numeric vector

Examples

Run this code
# NOT RUN {
redist_quantile_trunc(c(1,2,3,4))

# }

Run the code above in your browser using DataLab