Generates a first-order approximation to the covariance matrix of y based on the marginal quasi-likelihood. This approximation is exact for the Gaussian-identity model. Used internally by the Model class.
gen_sigma_approx(xb, Z, D, family, link, var_par, attenuate, qlik = TRUE)
A matrix
Vector of values of the linear predictor
Random effects design matrix
Covariance matrix of the random effects
String specifying the family
String specifying the link function
Value of the optional scale parameter
Logical indicating whether to use "attenuated" values of the linear predictor
Not used.