Learn R Programming

SubgrpID (version 0.12)

resample: resample

Description

Creates a permutation of given size.

Usage

resample(x, size, ...)

Value

A resample of x is returned.

Arguments

x

the x vector.

size

resampling size.

...

optional argument.

Details

Creates a permutation of given size.