Description Usage Arguments Details Value Author(s) See Also Examples
These functions use some conversion to and from the F distribution to provide the Omega Squared distribution.
1 2 3 4 |
x, q |
Vector of quantiles, or, in other words, the value(s) of Omega Squared. |
p |
Vector of probabilites (p-values). |
df1, df2 |
Degrees of freedom for the numerator and the denominator, respectively. |
n |
Desired number of Omega Squared values. |
populationOmegaSq |
The value of Omega Squared in the population; this determines the center of the Omega Squared distribution. This has not been implemented yet in this version of |
lower.tail |
logical; if TRUE (default), probabilities are the likelihood of finding an Omega Squared smaller than the specified value; otherwise, the likelihood of finding an Omega Squared larger than the specified value. |
The functions use convert.omegasq.to.f
and convert.f.to.omegasq
to provide the Omega Squared distribution.
domegaSq
gives the density, pomegaSq
gives the distribution function, qomegaSq
gives the quantile function, and romegaSq
generates random deviates.
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>
convert.omegasq.to.f
, convert.f.to.omegasq
, df
, pf
, qf
, rf
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.