Skip to content

Commit 056b459

Browse files
committed
formatting
1 parent cb84e9a commit 056b459

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/convert_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------------------------------------------------------------
22

3-
#' Helper functions to convert between formula and matrix interface
3+
#' Helper functions to convert from formula to matrix interface
44
#'
55
#' Functions to take a formula interface and get the resulting
66
#' objects (y, x, weights, etc) back. For the most part, this
@@ -25,7 +25,7 @@
2525
#' @param composition A string describing whether the resulting `x` and `y`
2626
#' should be returned as a `"matrix"` or a `"data.frame"`.
2727
#' @param remove_intercept A logical indicating whether to remove the intercept
28-
#' column after model.matrix() is finished.
28+
#' column after `model.matrix()` is finished.
2929
#' @inheritParams fit.model_spec
3030
#' @rdname convert_helpers
3131
#' @keywords internal

man/convert_helpers.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)