forked from kkashin/panelAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
15 lines (12 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##################################################
## ##
## panelAR ##
## README ##
## ##
## Konstantin Kashin <[email protected]> ##
## ##
##################################################
panelAR is an R package for estimating linear models on panel data structures in the presence of AR(1)-type autocorrelation as well as panel heteroskedasticity and/or contemporaneous correlation. First, AR(1)-type autocorrelation is addressed via a two-step Prais-Winsten feasible generalized least squares (FGLS) procedure, where the autocorrelation coefficients may be panel-specific. A number of common estimators for the autocorrelation coefficient are supported. In case of panel heteroskedasticty, one can choose to use a 'sandwich'-type robust standard error estimator with OLS or a panel weighted least squares estimator after the two-step Prais-Winsten estimator. Alternatively, if panels are both heteroskedastic and contemporaneously correlated, the package supports panel-corrected standard errors (PCSEs) as well as the Parks-Kmenta FGLS estimator.
Please feel free to contact us for any questions you might have about the package.
--
Maintainer: Konstantin Kashin <[email protected]>