Description Usage Format Details Examples
A reparametrization for the sigma parameter in loggamma model. This is
used in the function loggammarob.control.
1 |
The format is a list of 3 elements
$ gam :function (sigma)
$ gaminv:function (gam)
$ delta :function (sigma)
The object must be a length of dimension 3. Each component is a
function. The first component gam performs the transformation
for the parameter sigma; gaminv is the inverse function
and delta is the derivative of the gam function wrt
sigma to the -1 power.
1 2 3 4 5 6 | str(sqrtloggamma)
set.seed(1234)
x <- sort(rloggamma(n=50, lambda=1))
res <- loggammarob(x, control=loggammarob.control(lower=0, upper=2,
n=30, reparam=sqrtloggamma))
print(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.