LogisticNormal | R Documentation |
Density function and random generation for the (multivariate) logistic normal
distribution with latent mean vector mu
and covariance matrix Sigma
.
dlogistic_normal(x, mu, Sigma, refcat = 1, log = FALSE, check = FALSE)
rlogistic_normal(n, mu, Sigma, refcat = 1, check = FALSE)
x |
Vector or matrix of quantiles. If |
mu |
Mean vector with length equal to the number of dimensions. |
Sigma |
Covariance matrix. |
refcat |
A single integer indicating the reference category.
Defaults to |
log |
Logical; If |
check |
Logical; Indicates whether several input checks
should be performed. Defaults to |
n |
Number of draws to sample from the distribution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.