
WeightedStudySpecification subsetting
Source: R/WeightedStudySpecification.R
WeightedStudySpecification.subset.RdProvides 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
WeightedStudySpecificationobject- subset
Logical vector identifying values to keep or drop
- i
indices specifying elements to extract or replace. See
help("[")for further details.