predict.qs: Predict quantiles given fitted spacings model

View source: R/qs.R

predict.qsR Documentation

Predict quantiles given fitted spacings model

Description

Predict quantiles given fitted spacings model

Usage

## S3 method for class 'qs'
predict(object, newdata = NULL, ...)

Arguments

object

fitted qs model

newdata

optional new data to pass

...

additional arguments, ignored for now

Value

This function returns a set of predictive quantiles for each data point, at the quantiles where spacings were estimated.


be-green/quantspace documentation built on March 20, 2024, 5:30 p.m.