Learn R Programming

ssdtools (version 1.0.6)

dlgumbel: Log-Gumbel (Inverse Weibull) Probability Density

Description

[Deprecated]

Usage

dlgumbel(x, locationlog = 0, scalelog = 1, log = FALSE)

Value

A numeric vector.

Arguments

x

A numeric vector of values.

locationlog

location on log scale parameter.

scalelog

scale on log scale parameter.

log

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