qlnorm_mean_sd: This function provides the quantile function of the lognormal...

Description Usage Arguments

View source: R/lnorm_mean_sd.R

Description

This function provides the quantile function of the lognormal distribution based on mean and stddev

Usage

1
qlnorm_mean_sd(p, mean, sd, lower.tail = TRUE, log.p = FALSE)

Arguments

p

vector of probabilities

mean

vector of means

sd

vector of standard deviations


ulrichriegel/ulir documentation built on Dec. 31, 2021, 12:06 a.m.