plogf | R Documentation |
Distribution function for the log-F distribution with df1
and df2
degrees of freedom (and optional non-centrality parameter ncp
).
plogf(q, df1, df2, ncp, lower.tail = TRUE, log.p = FALSE)
q |
vector of quantiles |
df1, df2 |
degrees of freedom |
ncp |
non-centrality parameter. If omitted the central F is assumed. |
lower.tail |
logical; if TRUE (default), probabilities are P[X <= x], otherwise, P[X > x]. |
log.p |
logical; if TRUE, probabilities p are given as log(p). |
The distribution function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.