citHeader(paste(
  "To cite heteroTests in publications, please use the entry below.",
  "See ?algorithms_bibliography for the primary reference behind each test."
))

bibentry(
  bibtype = "Manual",
  title = "heteroTests: Heteroscedasticity Diagnostic Tools",
  author = person(
    given = "Diogo",
    family = "Ribeiro",
    role = c("aut", "cre"),
    email = "diogo.debastos.ribeiro@gmail.com",
    comment = c(
      ORCID = "0009-0001-2022-7072",
      affiliation = "Faculty of Media Arts and Design, Technical University of Porto"
    )
  ),
  year = "2025",
  url = "https://github.com/DiogoRibeiro7/heteroTests",
  note = paste("R package version", meta$Version)
)

bibentry(
  bibtype = "Misc",
  title = "heteroTests Vignette",
  author = person(
    given = "Diogo",
    family = "Ribeiro",
    role = c("aut"),
    comment = c(
      ORCID = "0009-0001-2022-7072",
      affiliation = "Faculty of Media Arts and Design, Technical University of Porto"
    )
  ),
  year = "2025",
  url = "https://diogoribeiro7.github.io/heteroTests/articles/using_heteroTests.html",
  textVersion = "See the vignette for a detailed introduction to all diagnostics."
)

bibentry(
  bibtype = "Article",
  title = "A Heteroskedasticity-Consistent Covariance Matrix Estimator and a Direct Test for Heteroskedasticity",
  author = c(person("Halbert", "White")),
  year = "1980",
  journal = "Econometrica",
  doi = "10.2307/1912934"
)

bibentry(
  bibtype = "Article",
  title = "A Simple Test for Heteroscedasticity and Random Coefficient Variation",
  author = c(
    person("Trevor S.", "Breusch"),
    person("Adrian R.", "Pagan")
  ),
  year = "1979",
  journal = "Econometrica",
  doi = "10.2307/1911963"
)

bibentry(
  bibtype = "Article",
  title = "A note on studentizing a test for heteroscedasticity",
  author = c(person("Roger", "Koenker")),
  year = "1981",
  journal = "Journal of Econometrics",
  doi = "10.1016/0304-4076(81)90062-2"
)

bibentry(
  bibtype = "Article",
  title = "Some tests for homoscedasticity",
  author = c(
    person("Stephen M.", "Goldfeld"),
    person("Richard E.", "Quandt")
  ),
  year = "1965",
  journal = "Journal of the American Statistical Association",
  doi = "10.2307/2283047"
)

bibentry(
  bibtype = "InCollection",
  title = "Robust Tests for Equality of Variances",
  author = c(person("Howard", "Levene")),
  booktitle = "Contributions to Probability and Statistics",
  pages = "278-292",
  publisher = "Stanford University Press",
  address = "Stanford, CA",
  year = "1960"
)

bibentry(
  bibtype = "Article",
  title = "Robust tests for the equality of variances",
  author = c(
    person("Morton B.", "Brown"),
    person("Alan B.", "Forsythe")
  ),
  year = "1974",
  journal = "Journal of the American Statistical Association",
  doi = "10.1080/01621459.1974.10482955"
)

bibentry(
  bibtype = "Article",
  title = "Distribution-free two-sample tests for scale",
  author = c(
    person("Michael A.", "Fligner"),
    person("Thomas J.", "Killeen")
  ),
  year = "1976",
  journal = "Journal of the American Statistical Association",
  doi = "10.1080/01621459.1976.10481517"
)

bibentry(
  bibtype = "Article",
  title = "Properties of sufficiency and statistical tests",
  author = c(person("Maurice S.", "Bartlett")),
  year = "1937",
  journal = "Proceedings of the Royal Society of London",
  doi = "10.1098/rspa.1937.0109"
)

bibentry(
  bibtype = "Article",
  title = "The maximum F-ratio as a short-cut test for heterogeneity of variance",
  author = c(person("Harold O.", "Hartley")),
  year = "1950",
  journal = "Biometrika",
  doi = "10.2307/2332383"
)

bibentry(
  bibtype = "Article",
  title = "Autoregressive conditional heteroscedasticity with estimates of the variance of United Kingdom inflation",
  author = c(person("Robert F.", "Engle")),
  year = "1982",
  journal = "Econometrica",
  doi = "10.2307/1912773"
)

bibentry(
  bibtype = "Article",
  title = "Diagnostic checking ARMA time series models using squared-residual autocorrelations",
  author = c(
    person("A. Ian", "McLeod"),
    person("Wai Keung", "Li")
  ),
  year = "1983",
  journal = "Journal of Time Series Analysis",
  doi = "10.1111/j.1467-9892.1983.tb00373.x"
)

bibentry(
  bibtype = "Article",
  title = "Diagnostics for heteroscedasticity in regression",
  author = c(
    person("R. Dennis", "Cook"),
    person("Sanford", "Weisberg")
  ),
  year = "1983",
  journal = "Biometrika",
  doi = "10.1093/biomet/70.1.1"
)

bibentry(
  bibtype = "Article",
  title = "A general ANOVA method for robust tests of additive models for variances",
  author = c(person("R. Gerald", "O'Brien")),
  year = "1979",
  journal = "Journal of the American Statistical Association",
  doi = "10.1080/01621459.1979.10481047"
)

bibentry(
  bibtype = "TechReport",
  title = "The information matrix test and its applied alternative hypotheses",
  author = c(
    person("A. Colin", "Cameron"),
    person("Pravin K.", "Trivedi")
  ),
  institution = "University of California, Davis",
  year = "1990"
)

bibentry(
  bibtype = "Article",
  title = "The proof and measurement of association between two things",
  author = c(person("Charles", "Spearman")),
  year = "1904",
  journal = "The American Journal of Psychology",
  doi = "10.2307/1412159"
)

bibentry(
  bibtype = "TechReport",
  title = "Regression based tests of heteroskedasticity in models where the variance depends on the mean",
  author = c(person("A. Colin", "Cameron")),
  institution = "Department of Economics, University of California, Davis",
  number = "WP-379",
  year = "1991",
  url = "https://cameron.econ.ucdavis.edu/research/regressionbasedtests_heteroskedasticity_ucdwp379.pdf"
)

bibentry(
  bibtype = "Book",
  title = "Econometric Analysis",
  author = c(person("William H.", "Greene")),
  year = "2018",
  edition = "8",
  publisher = "Pearson"
)

bibentry(
  bibtype = "Book",
  title = "Introductory Econometrics: A Modern Approach",
  author = c(person("Jeffrey M.", "Wooldridge")),
  year = "2020",
  edition = "7",
  publisher = "Cengage Learning"
)

bibentry(
  bibtype = "Book",
  title = "Econometric Theory and Methods",
  author = c(
    person("Russell", "Davidson"),
    person("James G.", "MacKinnon")
  ),
  year = "2004",
  publisher = "Oxford University Press"
)

bibentry(
  bibtype = "Book",
  title = "Misspecification Tests in Econometrics",
  author = c(person("Leslie G.", "Godfrey")),
  year = "1988",
  publisher = "Cambridge University Press"
)

bibentry(
  bibtype = "Book",
  title = "An R Companion to Applied Regression",
  author = c(
    person("John", "Fox"),
    person("Sanford", "Weisberg")
  ),
  year = "2019",
  edition = "3",
  publisher = "Sage Publications"
)

bibentry(
  bibtype = "Book",
  title = "Applied Econometrics with R",
  author = c(
    person("Christian", "Kleiber"),
    person("Achim", "Zeileis")
  ),
  year = "2008",
  publisher = "Springer-Verlag"
)

bibentry(
  bibtype = "Book",
  title = "An Introduction to the Bootstrap",
  author = c(
    person("Bradley", "Efron"),
    person("Robert J.", "Tibshirani")
  ),
  year = "1993",
  publisher = "Chapman & Hall"
)

citFooter("Retrieve citation information within R using citation('heteroTests')")
