LQ: Calculate length quantile for a given logistic ogive

View source: R/auxiliary.R

LQR Documentation

Calculate length quantile for a given logistic ogive

Description

Calculate length quantile for a given logistic ogive

Usage

LQ(L50, wqs, targQ = 0.95)

Arguments

L50

Length at prob 50%

wqs

width between 25% and 75% quantiles

targQ

target probability quantile (Default = 95%)

Value

numeric, length value corresponding to target quantile ('targQ').

Examples

LQ(L50 = 50, wqs = 5, targQ = 0.95)



marchtaylor/FLIBM documentation built on Jan. 19, 2025, 10:56 p.m.