NEWS | R Documentation |
Added option 'panel.structure' to biasCorr()
and getAPEs()
. This option allows to choose between the two-way bias correction suggested by Fernandez-Val and Weidner (2016) and the bias corrections for network data suggested by Hinz, Stammann, and Wanner (2019). Currently both corrections are restricted to probit and logit models.
Added option 'sampling.fe' to getAPEs()
to impose simplifying assumptions when estimating the covariance matrix.
feglm()
now permits to expand functions with poly()
and bs()
(#9 @tcovert).
feglm()
now uses an acceleration scheme suggested by Correia, Guimaraes, and Zylkin (2019) that uses smarter starting values for centerVariables()
.
Added an example of the three-way bias correction suggested by Hinz, Stammann, and Wanner (2019) to the vignette.
The control parameter 'trace' now also returns the current parameter values as well as the residual deviance.
Fixed an error in getAPEs()
related to the estimation of the covariance.
Fixed a bug in the internal function that is used to estimate spectral densities.
All routines now use setDT()
instead of as.data.table()
to avoid unnecessary copies (suggested in #6 @zauster).
feglm.nb()
now returns 'iter' and 'conv' based on iterations of the outer loop.
Fixed a bug in feglm()
that prevented to use I()
for the dependent variable.
Fixed an error in getAPEs()
related to the covariance.
The last line of print.summary.feglm()
now ends with a line break (#6 @zauster).
The internal function feglmFit()
now correctly sets 'conv' if the algorithm does not converge (#5 @zauster).
Fixed some typos in the vignette.
feglm()
now allows to estimate binomial model with fractional response.
Added feglm.nb()
for negative binomial models.
Added post-estimation routine biasCorr()
for analytical bias-corrections (currently restricted to logit and probit models with two-way error component).
Added post-estimation routine getAPEs()
to estimate average partial effects and the corresponding standard errors (currently restricted to logit and probit models with two-way error component).
getFEs()
now returns a list of named vectors. Each vector refers to one fixed effects category (suggested in #4 @zauster).
Changed stopping criteria to the one used by glm()
.
Changed least squares fit to QR (similar to lsfit()
used by glm()
).
Source code and vignettes revised.
Initial release on CRAN.