orderCases: Number of single group in sequence.

orderCasesR Documentation

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)

Arguments

dataI

Dataset to be tested.

betW

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

Value

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

Examples

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

permRand documentation built on Sept. 9, 2025, 5:43 p.m.