WeightedStudySpecification.subset: 'WeightedStudySpecification' subsetting

subset,WeightedStudySpecification-methodR Documentation

WeightedStudySpecification subsetting

Description

Provides functionality to subset the weights of a WeightedStudySpecification object.

Usage

## S4 method for signature 'WeightedStudySpecification'
subset(x, subset)

## S4 method for signature '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.

Value

A WeightedStudySpecification object which is a subsetted version of x.


propertee documentation built on Aug. 22, 2025, 1:09 a.m.