incrementRho
is an internal function for incrementing an exposure record variable.
Specifically, the s_ijk
variable is incremented for accounting for infeasible shadowtests.
incrementRho(
exposure_record,
segments_to_apply,
segment_prob,
eligibility_flag,
assembly_was_feasible,
simulation_constants
)
incrementRho
returns an updated exposure record.
a named list containing exposure records.
which segments to apply the incrementing.
the amount of increment.
a named list containing eligibility flags.
see assemblyInFinalThetaSegmentWasFeasibleAtLeastOnceInInterimThetaSegments
.
a named list containing simulation constants.