Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 16, 2023
1 parent c7d38cb commit 2d37da0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

Breaking change:

* New procedure to select the step size used to compute standard errors: abs(x) * sqrt(.Machine$double.eps). The numerical results may not be exactly identical to previous versions of `marginaleffects`, but the step size should be adequate in a broader variety of cases. Note that users can still use `numDeriv` for more control on numeric differentiation, as documented.
* New procedure `numderiv` argument use a different procedure to select the step size used in the finite difference numeric derivative used to compute standard errors: abs(x) * sqrt(.Machine$double.eps). The numerical results may not be exactly identical to previous versions of `marginaleffects`, but the step size should be adequate in a broader variety of cases. Note that users can still use `numDeriv` for more control on numeric differentiation, as documented.

New:

* `numderiv` argument allows users to use finite difference (center or forward) or Richardson's method to compute the numerical derivatives used in the calculation of standard errors.

Bug fixes:

Expand Down

0 comments on commit 2d37da0

Please sign in to comment.