sandSE {corncob} | R Documentation |
Compute sandwich standard errors. Legacy function. Use sand_vcov instead.
Description
Compute sandwich standard errors. Legacy function. Use sand_vcov instead.
Usage
sandSE(mod, numerical = FALSE)
Arguments
mod |
an object of class |
numerical |
Boolean. Defaults to |
Value
Sandwich variance-covariance matrix
Examples
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
sandSE(mod)
[Package corncob version 0.4.1 Index]