powered by
leave1out
leave1out(x, data)
Which row(s) of data to leave out
A dataframe or matrix.
The reduced dataframe or matrix
# NOT RUN { data<-cbind(1:10,1:10) leave1out(5,data) # }
Run the code above in your browser using DataLab