sqrtmat {geessbin} | R Documentation |
Square root of nonsymmetric matrix
Description
sqrtmat
is used to calculate the square root of E_i - H_{ii}
,
which is an adjustment factor in Kauermann and Carroll-type method.
Usage
sqrtmat(M)
Arguments
M |
Square matrix whose square root is to be computed. |
Value
The square root of M
References
Kauermann, G. and Carroll, R. J. (2001). A note on the efficiency of sandwich covariance matrix estimation. Journal of the American Statistical Association, 96, 1387–1396, doi:10.1198/016214501753382309.
[Package geessbin version 0.1.2 Index]