sandwich | R Documentation |
The sandwich
function provides an estimate for the asymptotic variance
and covariance matrix of the parameter estimators of the power logit (or log-log)
regression models based on de sandwich estimator (see Queiroz and Ferrari (2022)).
sandwich(object)
object |
fitted model object of class " |
extra.parameter
returns a matrix containing the sandwich variance and
covariance matrix estimate.
Queiroz, F. F. and Ferrari, S. L. P. (2022). Power logit regression for modeling bounded data. arXiv:2202.01697.
PLreg
data("Firm") fit <- PLreg(percentfat ~ days + sex + year, data = bodyfat_Aeolus, family = "PE", zeta = 2) sandwich(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.