Description Usage Arguments Value Examples
This function creates a poset for use in a pim model based on a
number of observations and a comparison type. This function is
called from new.pim.poset
and returns a list that
can be used as a value for its argument compare
.
1 | create.poset(compare = c("unique", "all"), n)
|
compare |
a character value, either 'unique' or 'all' |
n |
an single integer value indicating how many observations there are in the model. |
A named list with 2 elements, called "L" and "R", containing the selection indices for the left hand and right hand side of a pim.
1 2 | create.poset(n=10)
create.poset('all',n=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.