Description Usage Arguments Value
View source: R/sandwich.estimator.R
The functions described here all implement an estimator for the variance of the coefficients. This function is not exported.
1 2 3 4 5 6 7 8 9 | sandwich.estimator(
U,
U.diff,
g1,
g2,
shared.factor = 1,
switched.factor = 1,
self.factor = 1
)
|
U |
See the formula for sandwich estimator:
holds |
U.diff |
See the formula for sandwich estimator:
holds the partial derivatives of |
g1, g2 |
Index in the original observations of the "left" and "right" part of the pseudo-observations. |
shared.factor |
Factor by which all |
switched.factor |
Factor by which all |
self.factor |
Factor by which all |
The matrix of the sandwich estimator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.