Generic methods that can be extended and used in constructing integrator algorithms by other packages.
Regression.Integrator.Fit(object, X, y, print.level=1)
Regression.Select.Fit(object, X, y, print.level=1)
An object typically containing all configuration parameters of a particular integrator algorithm or operations.
Matrix of covariates.
Vector of response variables.
Verbosity level.