powered by
Getters for slots of a pim object
keep.data(x)fitted(object, ...)# S4 method for pim fitted(object, ...)
fitted(object, ...)
# S4 method for pim fitted(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.
keep.data()
pim
fitted(): a numeric vector with the fitted values for the pseudo-observations.
fitted()
# NOT RUN { data('FEVData') themodel <- pim(FEV ~ Age + Height, data = FEVData) keep.data(themodel) fitted(themodel) # }
Run the code above in your browser using DataLab