Skip to contents

Provides functionality to subset the weights of a WeightedDesign object.

Usage

# S4 method for class 'WeightedDesign'
subset(x, subset)

# S4 method for class 'WeightedDesign'
x[i]

Arguments

x

WeightedDesign 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 WeightedDesign object which is a subsetted version of x.