sand_vcov | R Documentation |
Compute sandwich estimate of variance-covariance matrix
sand_vcov(mod, numerical = FALSE)
mod |
an object of class |
numerical |
Boolean. Defaults to |
Sandwich variance-covariance matrix. \hat{A}^{-1} \hat{B} \hat{A}^{-1}
.
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
sand_vcov(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.