predict.fcQR | R Documentation |
Predicted values based on the Quantile linear model with functional covariates represented by a "fcQR" class object.
## S3 method for class 'fcQR'
predict(object, newData.FC, newData.Z = NULL, ...)
object |
A fcQR class object produced by |
newData.FC |
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 |
newData.Z |
A dataframe or a matrix or a atomic vector. See argument Z in |
... |
Further arguments passed to or from other methods |
If no new data is input, will return the fitted value.
See predict.rq
.
Heyang Ji
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.