Skip to content

Export predict_quantile()? #1257

@hfrick

Description

@hfrick

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?

# @export
# @keywords internal
# @rdname other_predict
# @inheritParams predict.model_fit
predict_quantile <- function (object, ...) {
UseMethod("predict_quantile")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions