powered by
Auxiliar function (employed only for internal use)
sampler(n, a)
Resampled vector of length n - Object class "numeric"
Number of sampling iterations
data vector
F. Barrio-Parra
a <- rnorm (n = 20, mean = 0, sd = 1) b <- sampler (n = 100, a = a)
Run the code above in your browser using DataLab