dlogF | R Documentation |
Density for the log F distribution.
dlogF(x, shape1, shape2, log = FALSE)
x |
Vector of quantiles. |
shape1 , shape2 |
Positive shape parameters. |
log |
if |
The details are given in logF
.
dlogF
gives the density.
T. W. Yee
hypersecant
,
dextlogF
.
## Not run: shape1 <- 1.5; shape2 <- 0.5; x <- seq(-5, 8, length = 1001)
plot(x, dlogF(x, shape1, shape2), type = "l",
las = 1, col = "blue", ylab = "pdf",
main = "log F density function")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.