Skip to content

Commit 05bb52b

Browse files
committed
Add links between logistic_reg() and multinom_reg()
1 parent aef20ae commit 05bb52b

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

R/logistic_reg.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
#'
2929
#' @template spec-details
3030
#'
31+
#' @details This model fits a classification model for binary outcomes; for
32+
#' multiclass outcomes, see [multinom_reg()].
33+
#'
3134
#' @template spec-references
3235
#'
3336
#' @seealso \Sexpr[stage=render,results=rd]{parsnip:::make_seealso_list("logistic_reg")}

R/multinom_reg.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
#'
2929
#' @template spec-details
3030
#'
31+
#' @details This model fits a classification model for multiclass outcomes; for
32+
#' binary outcomes, see [logistic_reg()].
33+
#'
3134
#' @template spec-references
3235
#'
3336
#' @seealso \Sexpr[stage=render,results=rd]{parsnip:::make_seealso_list("multinom_reg")}

man/logistic_reg.Rd

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

man/multinom_reg.Rd

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

0 commit comments

Comments
 (0)