View source: R/make_rejection.R
make_rejection | R Documentation |
Determine rejections
make_rejection(B, reject.threshold, test.statistic)
B |
A vector of "true" parameter values. For inference purposes, this can be a vector of actual parameter values, or a binary vector indicating non-zero status. |
reject.threshold |
A list whose first element is the rejection
criteria, e.g., the minimum t-statistic or maximum p-value for which to
reject the null hypothesis. The second element is one of
|
test.statistic |
A vector of test statistics; e.g., t-statistics or p-values that are used to determine whether or not to reject the null hypothesis. |
A vector of hypothesis testing rejection indicators, where 1 indicates a rejection and 0 otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.