# \donttest{
# Default minimum window
wb <- radf_wb_cv(sim_data)
tidy(wb)
# Change the minimum window and the number of bootstraps
wb2 <- radf_wb_cv(sim_data, nboot = 600, minw = 20)
tidy(wb2)
# Simulate distribution
wdist <- radf_wb_distr(sim_data)
autoplot(wdist)
# }
Run the code above in your browser using DataLab