# NOT RUN {
# Default minimum window
mc <- mc_cv(n = 100)
# Change the minimum window and the number of simulations
mc <- mc_cv(n = 100, nrep = 2500, minw = 20)
mdist <- mc_distr(n = 100)
autoplot(mdist)
# }
Run the code above in your browser using DataLab