alpha2prob: Alpha to Probabilities

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/alpha2prob.R

Description

Calculates the cumulative probabilities of confidence limits associated with the specified significance level/s ≤ft( α \right) for a two-tailed test.

Usage

1
alpha2prob(alpha = c(0.001, 0.01, 0.05))

Arguments

alpha

Numeric vector. Significance level ≤ft( α \right) . By default, alpha is set to conventional significance levels alpha = c(0.001, 0.01, 0.05).

Value

Returns probabilities associated with the specified significance level/s ≤ft( α \right) for a two-tailed test. The results are sorted from smallest to largest.

Author(s)

Ivan Jacob Agaloos Pesigan

References

Wikipedia: Statistical significance

Wikipedia: Confidence interval

See Also

Other alpha functions: alpha2crit(), ci2crit(), ci2prob(), nhstplot()

Examples

 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)

jeksterslabds/jeksterslabRboot documentation built on July 20, 2020, 12:56 p.m.