Skip to content

Commit 5dfcb8b

Browse files
authored
Merge pull request #329 from tidymodels/std-error-doc
Improve `std_error` documentation
2 parents 3671e19 + 516e720 commit 5dfcb8b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

R/predict.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#' is the parameter for the tail area of the intervals
2424
#' (e.g. confidence level for confidence intervals).
2525
#' Default value is 0.95.
26-
#' \item `std_error`: add the standard error of fit or
27-
#' prediction for `type`s of "conf_int" and "pred_int".
28-
#' Default value is `FALSE`.
26+
#' \item `std_error`: add the standard error of fit or prediction (on
27+
#' the scale of the linear predictors) for `type`s of "conf_int"
28+
#' and "pred_int". Default value is `FALSE`.
2929
#' \item `quantile`: the quantile(s) for quantile regression
3030
#' (not implemented yet)
3131
#' \item `time`: the time(s) for hazard probability estimates

man/other_predict.Rd

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

man/predict.model_fit.Rd

Lines changed: 3 additions & 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)