Description Usage Arguments Value Warning See Also Examples
This function adds a poset to a pim.environment
object.
1 2 3 4 |
x |
a pim.environment object |
... |
further parameters passed to |
overwrite |
a logical value indicating whether the poset
should be overwritten if it's already present. Defaults to
|
The object with a (new) poset attached.
Although it might be tempting to pass the argument
nobs
to new.pim.poset
, you shouldn't.
The necessary information is taken from the respective slot
in the pim.environment
object.
If you provide a matrix or a list as value for the argument compare
,
note that you can easily create a poset that doesn't use all the
observations. This might or might not be your intention. If the poset
you try to create contains indices that go beyond the number of
observations, you will get errors.
new.pim.poset
for the possible values of the
arguments compare
and nobs
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.