Reparameterization of fmx Object
To convert the parameters of fmx object into unrestricted parameters.
fmx2dbl( x, distname = x@distname, pars = x@pars, K = dim(pars)[1L], w = x@w, ... )
x
: fmx objectdistname
: character scalar, default x@distname
pars
: numeric matrix , default x@pars
K
: integer scalar, default value from x
w
: numeric vector , default x@w
...
: additional parameters, not currently usedFunction fmx2dbl()
returns a numeric vector .
For the first parameter
For mixing proportions to multinomial logits.
For 'norm'
: sd -> log(sd)
for 'GH'
: B -> log(B), h -> log(h)
dbl2fmx()
Useful links