powered by
Calculate p-values
calc_pvalue(x, dist = NULL)
An 'radf' object
Which type of distribution to use to calculate the p-values
# NOT RUN { # } # NOT RUN { radf_psy1 <- radf(sim_psy1(100)) calc_pvalue(radf_psy1) # Using the Wild-Bootstrapped wb_psy1 <- wb_dist(sim_psy1(100)) calc_pvalue(radf_psy1, wb_psy1) # }
Run the code above in your browser using DataLab