Package: hcinfer Title: Heteroskedasticity-Consistent Inference for Linear Models Version: 0.1.0.9000 Authors@R: c( person("Pedro Rafael D.", "Marinho", email = "pedro.rafael.marinho@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1591-8300")), person("Francisco", "Cribari-Neto", email = "cribari@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-5909-6698")), person("Marina", "Oliveira Cunha", email = "marina.oliveirac@ufpe.br", role = "aut", comment = c(ORCID = "0009-0007-4938-3881")) ) Description: Computes heteroskedasticity-consistent covariance matrix estimators for ordinary least squares regression models. The published HC0 through HC5m estimators implemented in the package follow White (1980) , Hinkley (1977) , Horn et al. (1975) , MacKinnon and White (1985) , Cribari-Neto (2004) , Cribari-Neto and da Silva (2011) , Cribari-Neto et al. (2007) , and Li et al. (2016) . The package also includes HCbeta, a new estimator proposed by the package authors. It provides normal Wald tests, confidence intervals, diagnostics, and S3 output for applied inference. URL: https://prdm0.github.io/hcinfer/, https://github.com/prdm0/hcinfer BugReports: https://github.com/prdm0/hcinfer/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: cli, ggplot2, purrr, rlang, tibble Suggests: dplyr, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: pkgdown LazyData: true Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.3 Repository: https://prdm0.r-universe.dev Date/Publication: 2026-06-10 12:29:24 UTC RemoteUrl: https://github.com/prdm0/hcinfer RemoteRef: HEAD RemoteSha: 18c63cd9f1ec073dbe78e89bb0b421ef375cea0e NeedsCompilation: no Packaged: 2026-06-10 15:12:48 UTC; root Author: Pedro Rafael D. Marinho [aut, cre] (ORCID: ), Francisco Cribari-Neto [aut] (ORCID: ), Marina Oliveira Cunha [aut] (ORCID: ) Maintainer: Pedro Rafael D. Marinho