set.seed(8675309) # don't want new numbers in documentation every time...
sim_df_mod(rnorm(25), ts_type = 'ndnt', classic_df = TRUE)
sim_df_mod(rnorm(25), ts_type = 'ndnt', df_lags = 2, classic_df = FALSE)
Run the code above in your browser using DataLab