Learn R Programming

exuber (version 0.4.1)

calc_pvalue: Calculate p-values from distr object

Description

Calculate p-values from distr object

Usage

calc_pvalue(x, distr = NULL)

Arguments

x

A radf_obj object.

distr

A radf_distr object.

Examples

Run this code
# 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