
WeightedStudySpecification Operations
Source: R/WeightedStudySpecification.R
WeightedStudySpecificationOps.RdAlgebraic operators on WeightedStudySpecification
objects and numeric vectors. WeightedStudySpecifications do not
support addition or subtraction.
Usage
# S4 method for class 'WeightedStudySpecification,numeric'
e1 + e2
# S4 method for class 'numeric,WeightedStudySpecification'
e1 + e2
# S4 method for class 'WeightedStudySpecification,numeric'
e1 - e2
# S4 method for class 'numeric,WeightedStudySpecification'
e1 - e2
# S4 method for class 'WeightedStudySpecification,numeric'
e1 * e2
# S4 method for class 'numeric,WeightedStudySpecification'
e1 * e2
# S4 method for class 'WeightedStudySpecification,numeric'
e1/e2
# S4 method for class 'numeric,WeightedStudySpecification'
e1/e2