vcov.internal: Internal functions for vcov estimation

Description Usage Arguments Note

Description

These functions serve as preparation functions to calculute the variance- covariance matrix of a pim using any of the vcov.estimators provided in this package. The result of these preparation functions is used by the sandwich.estimator and score.estimator functions respectively.

Usage

1
2
3
U.sandwich(Zbeta, Z, Y, link, W = NULL)

U.score(Zbeta, Z, Y, link, W = NULL)

Arguments

Zbeta

fitted values

Z

design matrix

Y

pseudo responses

link

character vector with link function

W

vector with weights

Note

These functions should NOT be called by the user


pim documentation built on May 2, 2019, 6:51 p.m.