Skip to content

Commit bfa9955

Browse files
committed
fix emtrends typo
1 parent ea097f0 commit bfa9955

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

R/emtrends.R

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@
6666
#' dataset.
6767
#' @param max.degree Integer value. The maximum degree of trends to compute (this
6868
#' is capped at 5). If greater than 1, an additional factor \code{degree} is
69-
#' added to the grid, with corresponding numerical derivatives of orders
70-
#' \code{1, 2, ..., max.degree} as the estimates. The estimates at \code{var = x0} are
71-
#' equal to the coefficients of \eqn{(x – x0)^degree} based on interpolating over
72-
#' the \eqn{degree + 1} fitted values centered at \eqn{x0} and spaced \eqn{h} apart.
69+
#' added to the grid, with corresponding levels for orders
70+
#' \code{1, 2, ..., max.degree}. The estimates at \eqn{\mathtt{var} = x_0} are
71+
#' equal to the coefficients of \eqn{(x – x_0)^{degree}} based on interpolating over
72+
#' the \eqn{degree + 1} fitted values centered at \eqn{x_0} and spaced \eqn{h} apart.
7373
#' These are also known as Newton divided differences.
74-
7574
#' @param ... Additional arguments passed to \code{\link{ref_grid}} or
7675
#' \code{\link{emmeans}} as appropriate. See Details.
7776
#'

man/emtrends.Rd

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

0 commit comments

Comments
 (0)