Description Usage Arguments See Also Examples
Predicted values based on ridge model object.
1 2 3 |
model |
'ridge' class object |
newdata |
matrix containg the regressor of the model that you want to predict the response for. |
predict.all |
logical value (FALSE by default).
If TRUE, a matrix of dimension |
R |
numeric value which set the number of under-prediction made when predict.all=TRUE |
interval |
a boolean value (FALSE by default) to return a interval of prediction |
interval_method |
either 'sd' (by default) or 'qt' |
... |
further arguments passed to or from other methods. |
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.