qmixnorm | R Documentation |
'r lifecycle::badge("deprecated")'
qmixnorm(p, means, sds, weights = rep(1, length(means)), na.rm = FALSE)
p |
vector of probabilities. |
means |
a vector of normal distribution means |
sds |
a vector of normal distribution sds |
weights |
a vector of weights |
na.rm |
remove distributions with NA values for mean or sd |
the value of the yth quantile
qmixnorm(p=c(0.025,0.5,0.975), means=c(10,13,14), sds=c(1,1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.