Description Usage Arguments Value Author(s) Examples
First two moments of the logitnormal distribution by numerical integration
1  | momentsLogitnorm(mu, sigma, abs.tol = 0, ...)
 | 
mu | 
 parameter mu  | 
sigma | 
 parameter sigma  | 
abs.tol | 
 chaning default to   | 
... | 
 further parameters to the   | 
named numeric vector with components
mean: expected value, i.e. first moment
var: variance, i.e. second moment 
Thomas Wutzler
1 2 3 4  | (res <- momentsLogitnorm(4,1))
(res <- momentsLogitnorm(5,0.1))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.