values {MendelianRandomization} | R Documentation |
Applies method values() to different output classes
Description
Enables the internal function values
, used in the mr_allmethods
function.
Usage
## S4 method for signature 'WeightedMedian'
values(object)
## S4 method for signature 'IVW'
values(object)
## S4 method for signature 'Egger'
values(object)
Arguments
object |
Object (could be an object of class "WeightedMedian", "Egger", or "IVW"). |
[Package MendelianRandomization version 0.10.0 Index]