powered by
Compute sandwich estimate of variance-covariance matrix
sand_vcov(mod, numerical = FALSE)
Sandwich variance-covariance matrix. \(\hat{A}^{-1} \hat{B} \hat{A}^{-1}\).
an object of class bbdml
bbdml
Boolean. Defaults to FALSE. Indicator of whether to use the numeric Hessian and score (not recommended).
FALSE
data(soil_phylum_small_otu1) mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt, phi.formula = ~ DayAmdmt, data = soil_phylum_small_otu1) sand_vcov(mod)
Run the code above in your browser using DataLab