Skip to content

Commit e6278b0

Browse files
authored
corrected documented modes for null_model() (#983)
1 parent a85e508 commit e6278b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

R/nullmodel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ predict.nullmodel <- function (object, new_data = NULL, type = NULL, ...) {
130130
#' `null_model()` defines a simple, non-informative model. It doesn't have any
131131
#' main arguments. This function can fit classification and regression models.
132132
#'
133-
#' @inheritParams boost_tree
133+
#' @inheritParams set_new_model
134134
#' @details The model can be created using the `fit()` function using the
135135
#' following _engines_:
136136
#' \itemize{

man/null_model.Rd

Lines changed: 1 addition & 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)