Description Usage Arguments Value Examples
View source: R/predict.suquan.R
Make prediction on new samples with a quantiled linear model.
1 2 | ## S3 method for class 'suquan'
predict(m, x)
|
m |
The model, a list that contains three fields: |
x |
Samples (one per row) for which the prediction is made. |
A vector of predictions, for all samples.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.