Skip to content

Commit e7b865f

Browse files
committed
minor docs
1 parent 7223e44 commit e7b865f

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

R/estimate_means.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,15 @@
207207
#' or `by = list(Species = c('setosa', 'virginica'))`
208208
#' * You can use "shortcuts" within square brackets, such as `by = "Sepal.Width = [sd]"`
209209
#' or `by = "Sepal.Width = [fivenum]"`
210-
#' * For numeric focal predictors, if no representative values are specified,
211-
#' `length` and `range` control the number and type of representative values:
210+
#' * For numeric focal predictors, if no representative values are specified
211+
#' (i.e., `by = "gear"` and *not* `by = "gear = c(4, 8)"`), `length` and
212+
#' `range` control the number and type of representative values for the focal
213+
#' predictors:
212214
#' * `length` determines how many equally spaced values are generated.
213215
#' * `range` specifies the type of values, like `"range"` or `"sd"`.
214216
#' * `length` and `range` apply to all numeric focal predictors.
215217
#' * If you have multiple numeric predictors, `length` and `range` can accept
216-
#' multiple elements, one for each predictor.
218+
#' multiple elements, one for each predictor (see 'Examples').
217219
#' * For integer variables, only values that appear in the data will be included
218220
#' in the data grid, independent from the `length` argument. This behaviour
219221
#' can be changed by setting `protect_integers = FALSE`, which will then treat

man/estimate_contrasts.Rd

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

man/estimate_means.Rd

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

man/estimate_slopes.Rd

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

0 commit comments

Comments
 (0)