Learn R Programming

Blossom (version 1.3)

ResampVals-methods: Extract resample values

Description

This function extracts and reports resample values for several objects in the Blossom library when their original call specified a permutation method.

Usage

ResampVals(x)

Arguments

Value

A vector of resampled values of the test statistic.

docType

methods

Examples

Run this code
print(bgrouse)
set.seed(10)
Out <- coverage(variable = bgrouse$distance,group = bgrouse$sex,
  number.perms = 100,save.test = TRUE)
summary(Out)
ResampVals(Out)[1:10]

Run the code above in your browser using DataLab