We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7860b56 commit b0bfad6Copy full SHA for b0bfad6
R/predict.R
@@ -23,9 +23,9 @@
23
#' is the parameter for the tail area of the intervals
24
#' (e.g. confidence level for confidence intervals).
25
#' 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`.
+#' \item `std_error`: add the standard error of fit or prediction (on
+#' the scale of the linear predictors) for `type`s of "conf_int"
+#' and "pred_int". Default value is `FALSE`.
29
#' \item `quantile`: the quantile(s) for quantile regression
30
#' (not implemented yet)
31
#' \item `time`: the time(s) for hazard probability estimates
0 commit comments