Creates multiple cross-validation folds from the data. Format is a list of IntLIMData training and testing pairs. The "training" slot contains all data except that in the given fold, and the "testing" contains all data in the fold.
CreateCrossValFolds(inputData, folds)A set of IntLimData training and testing sets, of the following format: list(list("train" = IntLimData, "test" = IntLimData), ... list("train" = IntLimData, "test" = IntLimData))
List of IntLimModel objects with model results
IntLimData object (output of ReadData()) with analylte levels and associated meta-data
number of folds to create