https://github.com/cran/sandwich
Revision 96a21ee686d5d5415d782f6bf71e9f8e9c6cf9a1 authored by Achim Zeileis on 19 December 2008, 00:00:00 UTC, committed by Gabor Csardi on 19 December 2008, 00:00:00 UTC
1 parent 2c06441
Raw File
Tip revision: 96a21ee686d5d5415d782f6bf71e9f8e9c6cf9a1 authored by Achim Zeileis on 19 December 2008, 00:00:00 UTC
version 2.2-0
Tip revision: 96a21ee
NAMESPACE
import("stats")

export(
## core ingredients
  "sandwich",
  "bread",
  "meat",

## OPG estimator
  "vcovOPG",

## HC estimators  
  "vcovHC",
  "vcovHC.default",
  "meatHC",

## HAC estimators  
  "vcovHAC",
  "vcovHAC.default",
  "meatHAC",
  "kernHAC",
  "NeweyWest",
  "weave",

## weights/bandwidths for HAC estimators  
  "weightsLumley",
  "weightsAndrews",
  "bwAndrews",
  "bwNeweyWest",

## new estfun generic      
  "estfun",

## auxiliary functions
  "kweights",
  "isoacf",
  "pava.blocks")

## methods for extracting bread matrix
  S3method("bread", "lm")
  S3method("bread", "glm")
  S3method("bread", "survreg")
  S3method("bread", "coxph")
  S3method("bread", "nls")
  S3method("bread", "rlm")
  S3method("bread", "gam")
  S3method("bread", "hurdle")
  S3method("bread", "zeroinfl")
  S3method("bread", "mlogit")

## methods for empirical estimating functions
  S3method("estfun", "lm")
  S3method("estfun", "glm")
  S3method("estfun", "mlm")
  S3method("estfun", "survreg")
  S3method("estfun", "coxph")
  S3method("estfun", "nls")
  S3method("estfun", "rlm")
  S3method("estfun", "hurdle")
  S3method("estfun", "zeroinfl")
  S3method("estfun", "mlogit")
back to top