Description Usage Arguments Value Functions
These functions are only used internally to validate the format of an input
AllModels
or inherited classes and therefore not exported.
1 2 3 4 5 | validate_general_model(object)
validate_model(object)
validate_model_log_normal(object)
|
object |
( |
A character
vector with the validation failure messages,
or TRUE
in case validation passes.
validate_general_model
: validates that the names of the
arguments in init
function are included in datanames
slot.
validate_model
: validates that the names of the
arguments in dose
and prob
functions contains prob
and dose
respectively, as well as they match sample
slot of the object
.
validate_model_log_normal
: validates that the normal model parameters
are valid as well as ref_dose
is a positive scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.