Skip to contents

DesignCustomSequential is intentionally not exported. Subclasses implement assignment_rule() and return a scalar 0/1 assignment for the current subject. EDI handles subject storage, responses, and redraws through DesignSeqOneByOne.

Super classes

Design -> DesignSeqOneByOne -> DesignCustomSequential

Methods

+ inherited public methods from DesignSeqOneByOne
+ inherited public methods from Design


DesignCustomSequential$assignment_rule()

User-defined assignment rule.

Usage

DesignCustomSequential$assignment_rule()

Returns

A binary treatment assignment.


DesignCustomSequential$assign_wt()

Standard internal assignment entry point.

Usage

DesignCustomSequential$assign_wt()

Returns

A binary treatment assignment.


DesignCustomSequential$clone()

The objects of this class are cloneable with this method.

Usage

DesignCustomSequential$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.