sandwich_vcov() is deprecated and is not used by csdm() estimators. For
an ordinary OLS model, use sandwich::vcovHC() instead. The function remains
available temporarily so existing code can migrate.
Usage
sandwich_vcov(X, u, type = c("HC0", "HC1", "HC2", "HC3"))Deprecation
This low-level matrix utility is not a covariance method for csdm_fit
objects. Use vcov() to extract the supported mean-group covariance.