powered by
Tests if a large number of cases or controls are next to each other.
orderCases(dataI, betW)
The output stores if there are any cases or controls together beyond a certain specified value.
Dataset to be tested.
Number of cases or controls to check if they are next to each other.
test <- orderCases(dataI=serumRand,betW=4)
Run the code above in your browser using DataLab