+,WeightedStudySpecification,numeric-method | R Documentation |
WeightedStudySpecification
OperationsAlgebraic operators on WeightedStudySpecification
objects and numeric vectors. WeightedStudySpecification
s do not
support addition or subtraction.
## S4 method for signature 'WeightedStudySpecification,numeric'
e1 + e2
## S4 method for signature 'numeric,WeightedStudySpecification'
e1 + e2
## S4 method for signature 'WeightedStudySpecification,numeric'
e1 - e2
## S4 method for signature 'numeric,WeightedStudySpecification'
e1 - e2
## S4 method for signature 'WeightedStudySpecification,numeric'
e1 * e2
## S4 method for signature 'numeric,WeightedStudySpecification'
e1 * e2
## S4 method for signature 'WeightedStudySpecification,numeric'
e1 / e2
## S4 method for signature 'numeric,WeightedStudySpecification'
e1 / e2
e1 , e2 |
|
These are primarily used to either combine weights via multiplication, or to invert weights. Addition and subtraction are not supported and will produce errors.
a WeightedStudySpecification
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.