Methods Available for Objects of Class TypedFit_SubsetList
TypedFit_SubsetList
Methods call equivalently named methods defined for TypedFit
objects. When a value object is returned, it is a list. The element names of the list are the subset names to which the result pertains.
predict(object, ...)
Patients not in subset are NA.
## S4 method for signature 'TypedFit_SubsetList' coef(object, ...) ## S4 method for signature 'TypedFit_SubsetList' fitObject(object, ...) ## S4 method for signature 'TypedFit_SubsetList,ANY' plot(x, suppress = FALSE, ...) ## S4 method for signature 'TypedFit_SubsetList' predict(object, newdata, ...) ## S4 method for signature 'TypedFit_SubsetList' print(x, ...) ## S4 method for signature 'TypedFit_SubsetList' show(object) ## S4 method for signature 'TypedFit_SubsetList' summary(object, ...)
Useful links