Skip to content

Fix documentation of available engines for multinom_reg() #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/multinom_reg.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' following _engines_:
#' \itemize{
#' \item \pkg{R}: `"glmnet"` (the default), `"nnet"`
#' \item \pkg{Stan}: `"stan"`
#' \item \pkg{Spark}: `"spark"`
#' \item \pkg{keras}: `"keras"`
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion man/linear_reg.Rd

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

2 changes: 1 addition & 1 deletion man/logistic_reg.Rd

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

2 changes: 1 addition & 1 deletion man/multinom_reg.Rd

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

2 changes: 1 addition & 1 deletion man/rmd/linear-reg.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ linear_reg() %>%
```

Note that the `refresh` default prevents logging of the estimation process.
Change this value in `set_engine()` will show the logs.
Change this value in `set_engine()` to show the logs.

For prediction, the `stan` engine can compute posterior intervals analogous to
confidence and prediction intervals. In these instances, the units are the
Expand Down
2 changes: 1 addition & 1 deletion man/rmd/logistic-reg.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ logistic_reg() %>%
```

Note that the `refresh` default prevents logging of the estimation process.
Change this value in `set_engine()` will show the logs.
Change this value in `set_engine()` to show the logs.

For prediction, the `stan` engine can compute posterior intervals analogous to
confidence and prediction intervals. In these instances, the units are the
Expand Down