Extractors for ubmsFitList objects Extract parts of ubmsFitList objects.
## S4 method for signature 'ubmsFitList' x$name ## S4 method for signature 'ubmsFitList,numeric,missing' x[[i]] ## S4 method for signature 'ubmsFitList,numeric,missing,missing' x[i]
x
: A list of ubmsFit
models of class ubmsFitList
name, i
: The names or indices of ubmsFit
models in the ubmsFitList
A ubmsFit
object or list of such objects.