leave1out {Omisc} | R Documentation |
leave1out
Description
leave1out
Usage
leave1out(x, data)
Arguments
x |
Which row(s) of data to leave out |
data |
A dataframe or matrix. |
Value
The reduced dataframe or matrix
Examples
data<-cbind(1:10,1:10)
leave1out(5,data)
[Package Omisc version 0.1.5 Index]