Learn R Programming

permRand (version 1.0.0)

testPair: Ensures complete sets.

Description

Tests if sets are next to each other. Any sets that are not next to each other are flagged.

Usage

testPair(dataS)

Value

The output reports any sets that are separated in the "loc".

Arguments

dataS

Test dataset.

Examples

Run this code
test <- testPair(dataS=serumRand)

Run the code above in your browser using DataLab