Learn R Programming

permRand (version 1.0.0)

orderCases: Number of single group in sequence.

Description

Tests if a large number of cases or controls are next to each other.

Usage

orderCases(dataI, betW)

Value

The output stores if there are any cases or controls together beyond a certain specified value.

Arguments

dataI

Dataset to be tested.

betW

Number of cases or controls to check if they are next to each other.

Examples

Run this code
test <- orderCases(dataI=serumRand,betW=4)

Run the code above in your browser using DataLab