Cross-validates the model using the leave-one-out approach. In this method
each subject's data is separated into a testing data set, and all other
subject's are kept in the training data set, with as many resamples as
the number of subjects in the original data set. It computes the model's
predicted value in the testing data set for each subject.