TreatmentAssignment: Constructs a TreatmentAssignment object.

Description Usage Arguments Value Note See Also

View source: R/treatmentassignment.R

Description

Constructs a TreatmentAssignment object.

Usage

1
2
3

Arguments

x

(data frame) a mapping from (period, group) to treatment assignment condition. The data frame must have the columns 'period' (integer-valued), 'geo.group' (integer-valued, positive), and 'assignment' (integer-valued, one of 0, 1, -1), Each row specifies the mapping of one (period, group) pair. No missing values are allowed.

Value

An object of class 'TreatmentAssignment'.

Note

Not used in the analysis methods, only for SetSpendChange<-.

DefaultTreatmentAssignment generates the default treatment assignment condition, which assigns a change ('some intervention') to Period 1 of group 2.

See Also

TreatmentAssignment, SetSpendChange<-.


google/GeoexperimentsResearch documentation built on May 17, 2019, 7:42 a.m.