ubmsFitList-extractors {ubms} | R Documentation |
Extractors for ubmsFitList objects Extract parts of ubmsFitList objects.
Description
Extractors for ubmsFitList objects Extract parts of ubmsFitList objects.
Usage
## 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]
Arguments
x |
A list of |
name , i |
The names or indices of |
Value
A ubmsFit
object or list of such objects.
[Package ubms version 1.2.6 Index]