View source: R/eligibility_functions.R
adjustAlphaToReduceSpike | R Documentation |
adjustAlphaToReduceSpike
is an internal function for
applying spike-reduction mechanism on exposure rates.
adjustAlphaToReduceSpike(
exposure_record,
segment_prob_of_final_theta,
segments_visited,
eligibility_flag_in_final_theta_segment,
x,
simulation_constants
)
exposure_record |
a named list containing exposure records. |
segment_prob_of_final_theta |
the certainty that the final theta estimate
belongs in the segment for the final theta estimate. This is |
segments_visited |
visited segments. This means a set of all segments that all interim theta estimates for this examinee belonged to. The segment that the final theta estimate belonged to is not considered a visited segment. |
eligibility_flag_in_final_theta_segment |
a named list containing eligibility flags in the segment the final theta estimate belongs to. |
x |
an |
simulation_constants |
a named list containing simulation constants. |
clipEligibilityRates
returns an updated exposure record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.