Predicted values based on the Quantile linear model with functional covariates represented by a "fcQR" class object.
# S3 method for fcQR
predict(object, newData.FC, newData.Z = NULL, ...)
See predict.rq
.
A fcQR class object produced by fcQR
.
A atomic vector or a matrix or a dataframe or a functional_variable class object or a list of objects above.
See argument FC in fcRegression
.
A dataframe or a matrix or a atomic vector. See argument Z in fcRegression
.
Further arguments passed to or from other methods predict.rq
.
Heyang Ji
If no new data is input, will return the fitted value.