dlogf: The log-F distribution

View source: R/logF.R

dlogfR Documentation

The log-F distribution

Description

Density function for the log-F distribution with df1 and df2 degrees of freedom (and optional non-centrality parameter ncp).

Usage

dlogf(x, df1, df2, ncp, log = FALSE)

Arguments

x

vector of quantiles

df1, df2

degrees of freedom

ncp

non-centrality parameter. If omitted the central F is assumed.

log

logical; if TRUE, probabilities p are given as log(p).

Value

The density function.


stephens999/ashr documentation built on March 16, 2024, 3:02 a.m.