Description Usage Arguments Value Examples
Helper function to get a tail-orinted (downwards: starting from all to few patients) subpopulation pattern
1 | STEPPTailDown(x, g)
|
x |
vector with covariate |
g |
desired number of groups |
list with k elements, each holding the indices of the elements from x belonging to that group
1 2 3 | set.seed(123)
x <- runif(200)
STEPPTailDown(x, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.