Description Usage Arguments Value Functions
These functions are only used internally to validate the format of an input
Stopping
or inherited classes and therefore not exported.
1 2 3 4 5 6 7 8 9 | validate_increments_hsr_beta(object)
validate_stopping_lowest_dose_hsr_beta(object)
validate_stopping_mtd_cv(object)
validate_increments_hrs_beta(object)
validate_stopping_lowest_dose_hsr_beta(object)
|
object |
( |
A character
vector with the validation failure messages,
or TRUE
in case validation passes.
validate_increments_hsr_beta
: validates that the IncrementsHSRBeta
object contains valid probability target, threshold and shape parameters.
validate_stopping_lowest_dose_hsr_beta
: validates that the StoppingLowestDoseHSRBeta
object contains valid probability target, threshold and shape parameters.
validate_stopping_mtd_cv
: validates that the StoppingMTDCV
object
contains valid probability target and percentage threshold.
validate_increments_hrs_beta
: validates that the IncrementsHSRBeta
object contains valid probability target, threshold and shape parameters.
validate_stopping_lowest_dose_hsr_beta
: validates that the StoppingLowestDoseHSRBeta
object contains valid probability target, threshold and shape parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.