R Documentation |
Printing pim
, pim.environment
, pim.formula
and
pim.poset
objects.
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
data(FEVData)
Model <- pim(FEV~ Smoke*Sex , data=FEVData)
print(Model)
print(penv(Model))
# You get the drift
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.