logF.UC.RdDensity for the log F distribution.
dlogF(x, shape1, shape2, log = FALSE)
The details are given in logF.
dlogF gives the density.
if (FALSE) 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")
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'y' in selecting a method for function 'plot': object 'shape1' not found
# \dontrun{}