getter {MRZero} | R Documentation |
Applies method $ to different classes
Description
Enables slots of objects in this package to be referenced easily.
Usage
## S4 method for signature 'WeightedMedian'
x$name
## S4 method for signature 'IVW'
x$name
## S4 method for signature 'MRMBE'
x$name
## S4 method for signature 'Egger'
x$name
## S4 method for signature 'MRAll'
x$name
## S4 method for signature 'MRInput'
x$name
## S4 method for signature 'MaxLik'
x$name
## S4 method for signature 'MVIVW'
x$name
## S4 method for signature 'MVIVWME'
x$name
## S4 method for signature 'MVEgger'
x$name
## S4 method for signature 'MRMVInput'
x$name
## S4 method for signature 'MRHetPen'
x$name
## S4 method for signature 'MRConMix'
x$name
## S4 method for signature 'MVMedian'
x$name
## S4 method for signature 'MVLasso'
x$name
## S4 method for signature 'MRLasso'
x$name
## S4 method for signature 'DIVW'
x$name
## S4 method for signature 'MRcML'
x$name
## S4 method for signature 'PIVW'
x$name
## S4 method for signature 'MVMRcML'
x$name
## S4 method for signature 'PCGMM'
x$name
## S4 method for signature 'MVPCGMM'
x$name
## S4 method for signature 'MVGMM'
x$name
## S4 method for signature 'CLR'
x$name
Arguments
x |
Object. |
name |
Name of slot. |
[Package MRZero version 0.2.0 Index]