Encoding: UTF-8
Package: prais
Type: Package
Title: Prais-Winsten Estimator for AR(1) Serial Correlation
Version: 1.2.0
Authors@R: 
    c(
        person("Franz X.", "Mohr", email = "franz.x.mohr@outlook.com", role = c("aut","cre"), comment = c(ORCID = "0009-0003-8890-7781")),
        person("Michael", "\u0160kvr\u0148\u00e1k", role = "ctb", comment = c(ORCID = "0000-0003-4647-4095"))
    )
Description: The Prais-Winsten estimator (Prais & Winsten, 1954) takes into account AR(1) serial correlation of the errors in a linear regression model. The procedure recursively estimates the coefficients and the error autocorrelation of the specified model until sufficient convergence of the AR(1) coefficient is attained.
License: GPL (>= 2)
Depends: R (>= 3.2.0), sandwich, pcse
Imports: stats
Suggests: haven, lmtest, testthat (>= 3.0.0)
URL: https://github.com/franzmohr/prais
BugReports: https://github.com/franzmohr/prais/issues
Collate: 'data.R' 'prais-package.R' 'prais_winsten.R' 'predict.prais.R'
        'print.prais.R' 'summary.prais.R' 'print.summary.prais.R'
        'pw_transform.R' 'vcovHC.R' 'vcovPC.R'
LazyData: true
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-18 21:22:03 UTC; mo_fr
Author: Franz X. Mohr [aut, cre] (ORCID:
    <https://orcid.org/0009-0003-8890-7781>),
  Michael Škvrňák [ctb] (ORCID: <https://orcid.org/0000-0003-4647-4095>)
Maintainer: Franz X. Mohr <franz.x.mohr@outlook.com>
Repository: CRAN
Date/Publication: 2026-09-18 21:40:02 UTC
Built: R 4.5.3; ; 2026-09-18 23:53:48 UTC; windows
