fe*()
functions to allow for different types of weights. The default is still
NULL
(i.e., all weights equal to 1). The argument now
admits weights passed as weights = ~cyl
,
weights = mtcars$cyl
, or
w <- mtcars$cyl; weights = w
.tidy()
method for linear models
(felm
class). Now it does not require to load the
tibble
package to work.First CRAN version
Refactored functions to avoid data copies:
iter_center_max
and iter_inner_max
now
can be modified in feglm_control()
.
felm
objects.arma::field
consistently instead of
std::vector<std::vector<>>
for indices.arma::inv
instead
of solving arma::qr
for the inverse.all_of()
.