Skip to content
Prev 173333 / 398506 Next

prediction error for test set-cross validation

Uwe Ligges wrote:
And note that your test sample is far too small to yield reliable 
results.  You need to use resampling (e.g., bootstrap or 50-fold repeats 
of 10-fold cross-validation).  See the validate function in the Design 
package.  Note that validate does not implement the proportion 
classified correctly because this is an improper scoring rule with 
minimum information/lowest precision/lowest power.

Frank Harrell