rejection | R Documentation |
Calculates the rejection (%) of the model p-values, according to the specified alpha, and the Monte Carlo standard error for this estimate.
rejection( p, alpha = 0.05, get = c("rejection", "rejection_mcse"), na.rm = FALSE, ... )
p |
P-values from the models. |
alpha |
The nominal significance level specified. The default is |
get |
A character vector containing the values returned by the function. |
na.rm |
A logical value indicating whether NA values for |
... |
Additional arguments to be ignored. |
A named vector containing the estimate and the Monte Carlo standard error for the rejection.
rejection(p=runif(200, min=0, max=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.