predict.dCVnet | R Documentation |
predict method for a dCVnet
object.
predictions come from the "production" model fitted to the full data.
As a result they do not reflect cross-validated/out-of-sample
performance.
## S3 method for class 'dCVnet'
predict(object, newx, newy = NULL, ...)
object |
a a |
newx |
matrix of new values for x at which predictions are required. Note: no impact when type is "coefficients", "class" or "nonzero". |
newy |
required if imputation was used and the outcome (i.e. y) was used in the imputation model. |
... |
passed to |
predictions of the requested type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.