View source: R/sandwich.estimator.R
sandwich.estimator | R Documentation |
The functions described here all implement an estimator for the variance of the coefficients. This function is not exported.
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.