leave1out | R Documentation |
leave1out
leave1out(x, data)
x |
Which row(s) of data to leave out |
data |
A dataframe or matrix. |
The reduced dataframe or matrix
data<-cbind(1:10,1:10) leave1out(5,data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.