Store predicted values generated in the nb function
# S3 method for nb.predict store(dataset, object, name = NULL, ...)
| dataset | Dataset to add predictions to |
|---|---|
| object | Return value from model function |
| name | Variable name(s) assigned to predicted values. If empty, the levels of the response variable will be used |
| ... | Additional arguments |
See https://radiant-rstats.github.io/docs/model/nb.html for an example in Radiant