meboot.part {meboot} | R Documentation |
meboot Internal Function
Description
Internal function.
Usage
meboot.part (x, n, z, xmin, xmax, desintxb, reachbnd)
Arguments
x |
vector of data, |
n |
length of |
z |
class intervals limits. |
xmin |
lower limit in the left tail. |
xmax |
upper limit in the left tail |
desintxb |
desired inteval means. |
reachbnd |
logical. If TRUE potentially reached bounds (xmin = smallest value - trimmed mean and xmax=largest value + trimmed mean) are given when the random draw happens to be equal to 0 and 1, respectively. |
Value
A vector of resampled data.
See Also
[Package meboot version 1.4-9.4 Index]