Description Usage Arguments Value Author(s) References See Also Examples
Calculates the cumulative probabilities of confidence limits associated with the specified significance level/s ≤ft( α \right) for a two-tailed test.
1 | alpha2prob(alpha = c(0.001, 0.01, 0.05))
|
alpha |
Numeric vector.
Significance level
≤ft( α \right) .
By default,
|
Returns probabilities associated with the specified significance level/s ≤ft( α \right) for a two-tailed test. The results are sorted from smallest to largest.
Ivan Jacob Agaloos Pesigan
Wikipedia: Statistical significance
Wikipedia: Confidence interval
Other alpha functions:
alpha2crit()
,
ci2crit()
,
ci2prob()
,
nhstplot()
1 2 3 4 5 6 7 8 9 10 | # vector
alpha2prob(
alpha = c(
0.001,
0.01,
0.05
)
)
# single numeric value
alpha2prob(alpha = 0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.