WeightedStudySpecification
subsetting
Source: R/WeightedStudySpecification.R
WeightedStudySpecification.subset.Rd
Provides functionality to subset the weights of a
WeightedStudySpecification
object.
Usage
# S4 method for class 'WeightedStudySpecification'
subset(x, subset)
# S4 method for class 'WeightedStudySpecification'
x[i]
Arguments
- x
WeightedStudySpecification
object- subset
Logical vector identifying values to keep or drop
- i
indices specifying elements to extract or replace. See
help("[")
for further details.