assemblyInFinalThetaSegmentWasFeasibleAtLeastOnceInInterimThetaSegments {TestDesign}R Documentation

(Internal) Determine if shadowtest assembly was feasible for exposure control purposes

Description

assemblyInFinalThetaSegmentWasFeasibleAtLeastOnceInInterimThetaSegments is an internal function for determining if shadowtest assembly was feasible for exposure control purposes. Specifically, for the segment k the final theta estimate belonged to, it returns TRUE if shadowtest assembly was feasible at any interim theta that also belonged to k, and returns FALSE otherwise.

Usage

assemblyInFinalThetaSegmentWasFeasibleAtLeastOnceInInterimThetaSegments(
  x,
  final_theta_segment
)

Arguments

x

an output_Shadow object, containing data for a single examinee.

final_theta_segment

the segment the final theta estimate belonged to.

Details

Example 1:

Example 2:

Value

assemblyInFinalThetaSegmentWasFeasibleAtLeastOnceInInterimThetaSegments returns TRUE or FALSE.


[Package TestDesign version 1.7.0 Index]