Description Usage Arguments Details Value Author(s)
Predicting new response based on given design matrix and the estimation result.
1 2 | ## S3 method for class 'cvek'
predict(object, data_new)
|
object |
(list) Estimation results returned by estimation() procedure. |
data_new |
(dataframe) The new set of predictors, whose name is the same as those of formula estimation(). |
After we obtain the estimation result, we can predict new response.
y_pred |
(vector of length n) Predicted new response. |
Wenying Deng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.