Skip to content

Commit

Permalink
"model terms" -> "input variables"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Nov 6, 2023
1 parent 19b1645 commit 9fa3100
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/model_formula.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
#'
#' To support specials while also maintaining consistent syntax elsewhere in
#' the ecosystem, **tidymodels delineates between two types of formulas:
#' preprocessing formulas and model formulas**. Preprocessing formulas determine
#' the model terms, while model formulas determine the model structure.
#' preprocessing formulas and model formulas**. Preprocessing formulas specify
#' the input variables, while model formulas determine the model structure.
#'
#' @section Example:
#'
#' To create the preprocessing formula from the model formula, just remove
#' the specials, retaining references to model terms themselves. For example:
#' the specials, retaining references to input variables themselves. For example:
#'
#' ```
#' model_formula <- mpg ~ wt + s(disp, k = 5)
Expand Down
6 changes: 3 additions & 3 deletions man/model_formula.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fa3100

Please sign in to comment.