subset,WeightedStudySpecification-method | R Documentation |
WeightedStudySpecification
subsettingProvides functionality to subset the weights of a
WeightedStudySpecification
object.
## S4 method for signature 'WeightedStudySpecification'
subset(x, subset)
## S4 method for signature 'WeightedStudySpecification'
x[i]
x |
|
subset |
Logical vector identifying values to keep or drop |
i |
indices specifying elements to extract or replace. See
|
A WeightedStudySpecification
object which is a subsetted
version of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.