Skip to content

Commit

Permalink
Add fixef argument to predict + rename arg. 'na.rm' to 'sample' for c…
Browse files Browse the repository at this point in the history
…larity

Fixes #175 and #144
  • Loading branch information
lrberge committed Jul 19, 2021
1 parent 46b4b63 commit d38c10c
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 94 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
- `feglm` now accepts partially matched character shortcuts for families: "poisson", "logit", "probit" are now valid `family` arguments.

- Argument `se` now accepts the alias `"hc1"` to get heteroskedasticity-robust standard-errors.

- `predict.fixest` accepts the new argument `fixef` which, if `TRUE`, returns a data.frame of the fixed-effects coefficients for each observation, with the same number of columns as the number of fixed-effects (feature requests [#144](https://github.com/lrberge/fixest/issues/144) and [#175](https://github.com/lrberge/fixest/issues/175) by @pp2382 and @cseveren).


# fixest 0.9.0
Expand Down

0 comments on commit d38c10c

Please sign in to comment.