lr_uc_dist | R Documentation |
Exact LR_uc distribution (closed‑form binomial)
lr_uc_dist(n, alpha = 0.05)
n |
Integer sample size ( |
alpha |
Exception probability |
A named list with elements LR
and prob
of equal length,
where LR
is the support of the LR statistic and prob
are the
corresponding probabilities in [0,1]
that sum to 1.
lr_uc_dist(8, 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.