View source: R/bootstrap_compute_p.R
bootstrap_compute_p | R Documentation |
Given bootstrap estimates of a test statistic, compute a p-value (always the "two-sided" p-value).
bootstrap_compute_p(bootobj)
bootobj |
vector containing the bootstrap test statistics returned by a workhorse bootstrap function under the null hypothesis:
There should be one row for each parameter and each column contains a bootstrap estimate. |
data.frame containing an ANOVA table comparing the two models. The p-value is determined from the bootstrap test statistics.
anova
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.