| sandSE | R Documentation | 
Compute sandwich standard errors. Legacy function. Use sand_vcov instead.
sandSE(mod, numerical = FALSE)
mod | 
 an object of class   | 
numerical | 
 Boolean. Defaults to   | 
Sandwich variance-covariance matrix
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
sandSE(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.