Residuals method for RVFLNet
# S3 method for class 'rvflnet'
residuals(object, s = NULL, type = "response", ...)
Arguments
- object
rvflnet object
- s
lambda value
- type
type of residuals ("response", "deviance", etc.)
- ...
additional arguments
Examples
if (FALSE) { # \dontrun{
model <- rvflnet(x, y, store_y = TRUE)
residuals(model, s = "lambda.min")
} # }