WeightedStudySpecification
Operations
Source: R/WeightedStudySpecification.R
WeightedStudySpecificationOps.Rd
Algebraic operators on WeightedStudySpecification
objects and numeric vectors. WeightedStudySpecification
s 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