Description Usage Arguments Value See Also Examples
These functions serve to extract the information contained
in the objects of class pim.environment and
pim.poset.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | classes(x)
## S4 method for signature 'pim.environment'
classes(x)
## S4 method for signature 'pim.environment'
names(x)
## S4 method for signature 'pim.poset'
names(x)
compare(x)
## S4 method for signature 'pim.environment'
compare(x)
## S4 method for signature 'pim.poset'
compare(x)
model(object, ...)
## S4 method for signature 'pim'
model(object)
## S4 method for signature 'pim.summary'
model(object)
link(object, ...)
## S4 method for signature 'pim'
link(object)
## S4 method for signature 'pim.summary'
link(object)
|
x |
an object of class |
object |
an object of class |
... |
arguments passed to and from other methods. |
classes(): A named vector with the classes of the data
contained in the pim.environment
names(): For an object of class pim.environment the names
of the variables in the object. For an object of class pim.poset,
the name of the poset functions inside the environment
compare(): A character value indicating how the comparison
is defined in a pim.poset object, or the poset-slot of
a pim.environment object respectively.
model(): a character value that displays
the type of model (difference, marginal, regular or customized)
link(): a character value that displays
the type of link (difference, marginal, regular or customized)
nobs, poset, is.complete,
pim.environment-class, pim.poset-class,
pim-class, pim.summary-class
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.