# \donttest{
# Default minimum window
mc <- radf_mc_cv(n = 100)
tidy(mc)
# Change the minimum window and the number of simulations
mc2 <- radf_mc_cv(n = 100, nrep = 600, minw = 20)
tidy(mc2)
mdist <- radf_mc_distr(n = 100, nrep = 1000)
autoplot(mdist)
# }
Run the code above in your browser using DataLab