powered by
distr
Calculate p-values from distr object
calc_pvalue(x, distr = NULL)
A radf_obj object.
radf_obj
A radf_distr object.
radf_distr
# NOT RUN { # } # NOT RUN { radf_psy1 <- radf(sim_psy1(100)) calc_pvalue(radf_psy1) # Using the Wild-Bootstrapped wb_psy1 <- wb_distr(sim_psy1(100)) calc_pvalue(radf_psy1, wb_psy1) # }
Run the code above in your browser using DataLab