coefKinrespBeta.default {twKinresp} | R Documentation |
Transform coefficients from Beta-Model from log-Scale to original scale.
## Default S3 method: coefKinrespBeta(tmp.coef, ...)
tmp.coef |
|
... |
Coefficients beta0 and beta2 are not fitted directly, but their log is fitted. This ensures that their back-transformation is log-normally distributed and bounded strictly positive.
If tmp.coef does not include parameter beta0, it is included with default zero.
Named vector beta0,beta1,beta2 at original scale.
Thomas Wutzler <thomas.wutzler@web.de>