Description Usage Arguments Value Examples
Printing pim
, pim.environment
, pim.formula
and
pim.poset
objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 | print(x, ...)
## S4 method for signature 'pim'
print(x, digits = max(3L, getOption("digits") - 3L), show.vcov = FALSE, ...)
## S4 method for signature 'pim.environment'
print(x, digits = max(3L, getOption("digits") - 3L), n = 6L, ...)
## S4 method for signature 'pim.poset'
print(x, digits = max(3L, getOption("digits") - 3L), n = 6L, ...)
## S4 method for signature 'pim.formula'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
|
x |
the object |
... |
arguments passed to other methods. Currently ignored |
digits |
an integer that defines the number of digits printed |
show.vcov |
a logical value indicating whether the variance-
covariance matrix should be shown or not. Defaults to |
n |
number of observations shown by |
invisible NULL
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.