Learn R Programming

Omisc (version 0.1.5)

leave1out: leave1out

Description

leave1out

Usage

leave1out(x, data)

Value

The reduced dataframe or matrix

Arguments

x

Which row(s) of data to leave out

data

A dataframe or matrix.

Examples

Run this code
data<-cbind(1:10,1:10)
leave1out(5,data)

Run the code above in your browser using DataLab