Description Usage Arguments Details Value Author(s) See Also
Generate a list containing the arguments to be passed to the underlying model building function. Most interaction with AbstractModel-class
is done via ab.create, ab.model and ab.predict, however it may be useful for debugging purposes to call this function directly.
1 | ab.arglist(ab, X, Y)
|
ab |
An object of class |
X |
The |
Y |
The |
Both X
and Y
must be present. They will be passed through the xtransfrom and ytransform functions respectively, which default to a passthrough. If a formula is to be used, the X
and Y
data will be combined via cbind
.
Returns a list of values that will be passed to the underlying model function
Peter Werner
AbstractModel-class
, gensemble
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.