FromLognormalToNormal <-
function(uStar, vStar) {
### Converts from the hidden parameters to the visible ones. Typical arguments are:
# the.the.logmedians.pop
# the.variances.pop
c( mean=exp(uStar + vStar/2),
cv=sqrt(exp(vStar) - 1))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.