Encoding: UTF-8 Package: prais Type: Package Title: Prais-Winsten Estimator for AR(1) Serial Correlation Version: 1.1.4 Authors@R: c( person("Franz X.", "Mohr", email = "franz.x.mohr@outlook.com", role = c("aut","cre"), comment = c(ORCID = "0009-0003-8890-7781")) ) 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 RoxygenNote: 7.3.2 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 Repository: https://franzmohr.r-universe.dev Date/Publication: 2025-06-25 20:27:10 UTC RemoteUrl: https://github.com/franzmohr/prais RemoteRef: HEAD RemoteSha: 5363946c65a78b90a64aa87e8027abc1bd092c81 NeedsCompilation: no Packaged: 2026-07-04 06:26:34 UTC; root Author: Franz X. Mohr [aut, cre] (ORCID: ) Maintainer: Franz X. Mohr