ab.arglist: Get the arglist for the given model

Description Usage Arguments Details Value Author(s) See Also

Description

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.

Usage

1
ab.arglist(ab, X, Y)

Arguments

ab

An object of class AbstractModel-class

X

The X values. Will be passed through xtrans.

Y

The Y values. Will be passed through ytrans.

Details

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.

Value

Returns a list of values that will be passed to the underlying model function

Author(s)

Peter Werner

See Also

AbstractModel-class, gensemble.


gensemble documentation built on May 2, 2019, 1:02 p.m.