
Internal Helper Functions for Validation of NextBest Objects
Source: R/Rules-validity.R
v_next_best.RdThese functions are only used internally to validate the format of an input
NextBest or inherited classes and therefore not exported.
Usage
v_next_best_mtd(object)
v_next_best_ncrm(object)
v_next_best_ncrm_loss(object)
v_next_best_dual_endpoint(object)
v_next_best_min_dist(object)
v_next_best_inf_theory(object)
v_next_best_td(object)
v_next_best_td_samples(object)
v_next_best_max_gain_samples(object)
v_next_best_prob_mtd_lte(object)
v_next_best_prob_mtd_min_dist(object)
v_next_best_ordinal(object)Functions
v_next_best_mtd(): validates that theNextBestMTDobject contains validtargetprobability andderivefunction.v_next_best_ncrm(): validates that theNextBestNCRMobject contains validtargetprobability,overdoseandmax_overdose_probprobability ranges.v_next_best_ncrm_loss(): validates that theNextBestNCRMLossobject contains valid objects.v_next_best_dual_endpoint(): validates that theNextBestDualEndpointobject contains valid probability objects.v_next_best_min_dist(): validates that theNextBestMinDistobject contains validtargetobject.v_next_best_inf_theory(): validates that theNextBestInfTheoryobject contains validtargetandasymmetryobjects.v_next_best_td(): validates that theNextBestTDobject contains validprob_target_drtandprob_target_eotprobabilities.v_next_best_td_samples(): validates that theNextBestTDsamplesobject contains validderivefunction.v_next_best_max_gain_samples(): validates that theNextBestMaxGainSamplesobject contains validderiveandmg_derivefunctions.v_next_best_prob_mtd_lte(): validates that theNextBestProbMTDLTEobject contains validtargetprobability andmethodstring value.v_next_best_prob_mtd_min_dist(): validates that theNextBestProbMTDMinDistobject contains validtargetprobability andmethodstring value.v_next_best_ordinal(): validates that theNextBestOrdinalobject contains validgradeand standardNextBestrule.