flogis | R Documentation |
Calculate QDF flogis
and DQF dqlogis
for the logistic distribution
flogis(p, location = 0, scale = 1, log = FALSE)
dqlogis(p, location = 0, scale = 1, log = FALSE)
p |
numeric probability |
location |
numeric parameter of logistic distribution. Default is 0 |
scale |
numeric parameter of logistic distribution. Default is 1 |
log |
logical, should the result be returned as a log. Default is FALSE |
returns QDF (flogis
) and DQF (dqlogis
) of logistic distribution
p_grd <- make_pgrid()
flogis(p_grd)
dqlogis(p_grd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.