| pim-class {pim} | R Documentation |
Class pim
Description
This class contains the fitting information resulting from a call to
pim.
Slots
formulaThe
pim.formulaobject used in the fitcoefa numeric vector with the fitted coefficients
vcova numeric matrix containing the variance-covariance matrix of the fitted coefficients
penva
pim.environmentobject containing the data used to fit thisfitteda numeric vector containing the raw fitted
linka character vector describing the used link function
estimatorsa list with the elements
coefandvcov, containing either a character value with the name of the used estimator, or the function itself.model.matrixIf
keep.datais set toTRUEwhile callingpimthe original model matrix. Otherwise an empty matrix with 0 rows and columns.responseIf
keep.datais set toTRUEwhile callingpimthe original response vector. Otherwise an empty numeric vector.keep.dataa logical value indicating whether the original data is kept in the object. This is set using the argument
keep.dataof the functionpim.modela character value with the value "difference", "marginal", "regular" or "customized", indicating which type of pim model has been fitted.