Retrieve specific data elements from an object based on their X column names.
If obj
is not an object from the ale
package, then this generic passes on all arguments to the base::get()
function.
Arguments
- obj
object.
- ...
For ale package objects, instructions for which predictor (x) columns should be retrieved. For everything else, arguments to pass to
base::get()
.