These are special functions used only in the definition of
Design
objects. They identify the units of assignment, blocks and
forcing variables. They should never be used outside of the formula
argument to obs_design()
, rct_design()
, or rd_design()
.
Value
the variables with appropriate labels. No use outside of their
inclusion in the formula
argument to obs_design()
,
rct_design()
, or rd_design()
Details
These functions have no use outside of the formula in creating a
Design
.
unit_of_assignment
, uoa
, cluster
and unitid
are synonyms; you must include one and only one in each Design
. The
choice of which to use will have no impact on any analysis, only on some
output and the name of the stored element in the Design
. Accessors/
replacers (units_of_assignment()
, unitids()
, clusters()
) respect the
choice made at the point of creation of the Design
, and only the
appropriate function will work.
See rct_design()
, obs_design()
, or rd_design()
for examples
of their usage.