Learn R Programming

resample (version 0.2)

resample-package: Resampling Functions

Description

Resampling functions, including one- and two-sample bootstrap and permutation tests, with an easy-to-use syntax.

Arguments

Main resampling functions

The main resampling functions are: bootstrap, bootstrap2, permutationTest, permutationTest2.

Methods

Methods for generic functions include: print.resample, plot.resample, hist.resample, qqnorm.resample, quantile.resample

Confidence Intervals

Functions that calculate confidence intervals for bootstrap and bootstrap2 objects: limits.percentile, limits.t.

Samplers

Functions that generate indices for random samples: samp.bootstrap, samp.permute.

Low-level Resampling Function

This is called by the main resampling functions, but can also be called directly: resample.

Details

See library(help = resample) for version number, date, etc.