Learn R Programming

Omisc (version 0.1.2)

leave1out: 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

Run this code
# NOT RUN {
data<-cbind(1:10,1:10)
leave1out(5,data)

# }

Run the code above in your browser using DataLab