Package: hcinfer
Title: Heteroskedasticity-Consistent Inference for Linear Models
Version: 0.1.0
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)
    <doi:10.2307/1912934>, Hinkley (1977)
    <doi:10.1080/00401706.1977.10489550>, Horn et al. (1975)
    <doi:10.1080/01621459.1975.10479877>, MacKinnon and White (1985)
    <doi:10.1016/0304-4076(85)90158-7>, Cribari-Neto (2004)
    <doi:10.1016/S0167-9473(02)00366-3>, Cribari-Neto and da Silva
    (2011) <doi:10.1007/s10182-010-0141-2>, Cribari-Neto et al. (2007)
    <doi:10.1080/03610920601126589>, and Li et al. (2016)
    <doi:10.1080/00949655.2016.1198906>. 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
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
NeedsCompilation: no
Packaged: 2026-06-05 12:46:39 UTC; prdm0
Author: Pedro Rafael D. Marinho [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1591-8300>),
  Francisco Cribari-Neto [aut] (ORCID:
    <https://orcid.org/0000-0002-5909-6698>),
  Marina Oliveira Cunha [aut] (ORCID:
    <https://orcid.org/0009-0007-4938-3881>)
Maintainer: Pedro Rafael D. Marinho <pedro.rafael.marinho@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-10 08:00:02 UTC
