Package: feisr
Title: Estimating Fixed Effects Individual Slope Models
Version: 1.3.0
URL: https://github.com/ruettenauer/feisr
BugReports: https://github.com/ruettenauer/feisr/issues
Author: Tobias Ruettenauer [aut, cre] (<https://orcid.org/0000-0001-5747-9735>),
  Volker Ludwig [aut] (<https://orcid.org/0000-0003-3118-3172>)
Maintainer: Tobias Ruettenauer <ruettenauer@sowi.uni-kl.de>
Authors@R: c(	person("Tobias", "Ruettenauer", email = "ruettenauer@sowi.uni-kl.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5747-9735")),
				person("Volker", "Ludwig", email = "ludwig@sowi.uni-kl.de", role = c("aut"), comment = c(ORCID = "0000-0003-3118-3172")))
Description: Provides the function feis() to estimate fixed effects individual 
    slope (FEIS) models. The FEIS model constitutes a more general version of 
    the often-used fixed effects (FE) panel model, as implemented in the 
    package 'plm' by Croissant and Millo (2008) <doi:10.18637/jss.v027.i02>. 
    In FEIS models, data are not only person demeaned like in conventional 
    FE models, but detrended by the predicted individual slope of each 
    person or group. Estimation is performed by applying least squares lm() 
    to the transformed data. For more details on FEIS models see Bruederl and 
    Ludwig (2015, ISBN:1446252442); Frees (2001) <doi:10.2307/3316008>; 
    Polachek and Kim (1994) <doi:10.1016/0304-4076(94)90075-2>; 
	Ruettenauer and Ludwig (2020) <doi:10.1177/0049124120926211>;
    Wooldridge (2010, ISBN:0262294354). To test consistency of conventional FE 
    and random effects estimators against heterogeneous slopes, the package 
    also provides the functions feistest() for an artificial regression test 
    and bsfeistest() for a bootstrapped version of the Hausman test.
Depends: R (>= 3.4.0)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RdMacros: Rdpack
Imports: Formula, plm, Rdpack, stats, dplyr
Suggests: texreg (>= 1.37.1), testthat, knitr, rmarkdown, ggplot2
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-04-01 13:52:28 UTC; tobias.ruettenauer
Repository: CRAN
Date/Publication: 2022-04-01 15:30:02 UTC
Built: R 4.1.2; ; 2022-04-02 12:22:04 UTC; unix
