Fits a model according to a modeling procedure. If the procedure contains
untuned variables they it will automatically be tuned prior to fitting. Note
however that the tuning statistics will not be return.
Usage
fit(proc, x, y, ..., .verbose)
Arguments
proc
modeling procedure, or list of modeling procedures, as
produced by modeling.procedure.
x
Dataset, observations as rows and descriptors as columns.
y
Response vector.
...
Sent to tune, in case tuning is required,
which will pass them on to batch.model.