Blossom (version 1.4)

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

x
An object of a suitable class - usually an object of type "CoverageObj", "LADObj", "MRBPObj", "MRPPObj", "MRSPObj", or "PTMPObj".

Value

A vector of resampled values of the test statistic.

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