ResampVals: Extract resample values

Description Usage Arguments Value Examples

Description

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

Usage

1

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

1
2
3
4
5
6
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]

Blossom documentation built on May 29, 2017, 10:55 p.m.

Related to ResampVals in Blossom...