-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
We export predict_<type>()
like predict_numeric()
but we don't export predict_quantile()
. The roxygen2 tags are not activated because the lines only start with #
, not #'
. Is that intentional?
Lines 71 to 77 in 9c477b5
# @export | |
# @keywords internal | |
# @rdname other_predict | |
# @inheritParams predict.model_fit | |
predict_quantile <- function (object, ...) { | |
UseMethod("predict_quantile") | |
} |
Metadata
Metadata
Assignees
Labels
No labels