Skip to content

Commit 544e1f7

Browse files
issue #1629
1 parent 1af1be9 commit 544e1f7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

R/slopes.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
#' are taking the derivative. Changing `eps` may be necessary to avoid
126126
#' numerical problems in certain models.
127127
#' @param numderiv string or list of strings indicating the method to use to for the numeric differentiation used in to compute delta method standard errors.
128-
#' + "fdforward": finite difference method with forward differences
129-
#' + "fdcenter": finite difference method with central differences (default)
128+
#' + "fdforward": finite difference method with forward differences (default)
129+
#' + "fdcenter": finite difference method with central differences
130130
#' + "richardson": Richardson extrapolation method
131131
#' + Extra arguments can be specified by passing a list to the `numDeriv` argument, with the name of the method first and named arguments following, ex: `numderiv=list("fdcenter", eps = 1e-5)`. When an unknown argument is used, `marginaleffects` prints the list of valid arguments for each method.
132132
#' @param ... Additional arguments are passed to the `predict()` method

man/comparisons.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hypotheses.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/predictions.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/slopes.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)