Description Usage Arguments Value
View source: R/rescaleVarCovMat_function.R
The var cov mat is transformed when we get it from optim becuase optim works on the transformed scale. This function puts it back on the orginal or inverse of transposed scale.
1 | rescaleVarCovMat(varCovMat, transPar)
|
varCovMat |
a 5x5 matrix which is the inverted hessian result of optim |
transPar |
vector of length 5, the parameter results of optim still on transformed scale |
the varaiance covariance mat, now in orginal scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.