Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

logF.UC

log F Distribution


Description

Density for the log F distribution.

Usage

dlogF(x, shape1, shape2, log = FALSE)

Arguments

x

Vector of quantiles.

shape1, shape2

Positive shape parameters.

log

if TRUE then the log density is returned, else the density.

Details

The details are given in logF.

Value

dlogF gives the density.

Author(s)

T. W. Yee

See Also

Examples

## 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)

VGAM

Vector Generalized Linear and Additive Models

v1.1-5
GPL-3
Authors
Thomas Yee [aut, cre], Cleve Moler [ctb] (author of several LINPACK routines)
Initial release
2021-01-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.