Calculates asymptotic p-value, bootstrap p-value with CI, Bartlett corrections (mean and median-based) and F-approximations (mean and median-based).

summarize_pb(LRTstat, ref, conf.level = 0.95)

Arguments

LRTstat

Numeric vector: c(tobs, df) = observed test statistic and df.

ref

Numeric vector of simulated bootstrap test statistics.

conf.level

Confidence level for bootstrap p CI (default 0.95).

Value

List with results table, moments, samples info, CI, SE, etc.