# NOT RUN {
# Generate random samples from a multivariate distribution.
sample_data = MASS::mvrnorm(n=10, rep(10,5), Sigma = diag(5))
# Randomly selecting the mean(s) from the data.
means_mv_impr(sample_data, num_means=2)
# }
Run the code above in your browser using DataLab