Learn R Programming

ggdmc (version 0.2.5.2)

dlnorm_l: A slightly modified dlnorm and rlnorm functions

Description

A slightly modified dlnorm and rlnorm functions

Usage

dlnorm_l(x, meanlog, sdlog, lower, upper, log = FALSE)

rlnorm_l(n, meanlog, sdlog, lower, upper)

Arguments

x

posterior samples

meanlog

meanlog parameter

sdlog

sdlog parameter

lower

lower bound

upper

upper bound

log

log density?

n

number of simulations