orderCases | R Documentation |
Tests if a large number of cases or controls are next to each other.
orderCases(dataI, betW)
dataI |
Dataset to be tested. |
betW |
Number of cases or controls to check if they are next to each other. |
The output stores if there are any cases or controls together beyond a certain specified value.
test <- orderCases(dataI=serumRand,betW=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.