Calculate the out-of-bag error of a given forest. This is done by using the out-of-bag predictions for each observation, and calculating the MSE over the entire forest.
getOOB(object, noWarning)
A `forestry` object.
flag to not display warnings
The OOB error of the forest.