pim-getters | R Documentation |
Getters for slots of a pim object
keep.data(x)
fitted(object, ...)
## S4 method for signature 'pim'
fitted(object, ...)
x |
a pim object |
object |
a pim object |
... |
arguments passed to other methods. Currently ignored. |
keep.data()
: a single logical value indicating whether
the model matrix and pseudo responses were stored in the
pim
object.
fitted()
: a numeric vector with the fitted
values for the pseudo-observations.
data('FEVData')
themodel <- pim(FEV ~ Age + Height, data = FEVData)
keep.data(themodel)
fitted(themodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.