Generate models and a plot
model.report.Rd
Screen for models, cross validate them and plot. Designed for interactive work.
Arguments
- dataset
a dataframe with outcome column (must be named 'output')
- min
minimum # of features (default = 2)
- max
max # of features (defaults = # of observations / 5)
- leave.out
name of observations to leave out (e.g. 'p_Br')
- predict
if leave.out is not empty, should a prediction of it be computed?