Description Usage Arguments Value Functions
These functions are only used internally to validate the format of an input
GeneralData
or inherited classes and therefore not exported.
1 2 3 4 5 6 7 8 9 10 11 12 13 | validate_subjects(object)
h_doses_unique_per_cohort(dose, cohort)
validate_data(object)
validate_data_dual(object)
validate_data_parts(object)
validate_data_mixture(object)
validate_data_DA(object)
|
object |
( |
dose |
( |
cohort |
( |
A character
vector with the validation failure messages,
or TRUE
in case validation passes.
TRUE
if dose
is unique per cohort
, otherwise FALSE
.
validate_subjects
: validates that the GeneralData
object contains unique ID
, non-negative cohort
indices and
ID
and cohort
vectors are of the same length nObs
.
h_doses_unique_per_cohort
: helper function which verifies whether
the dose
values are unique in each and every different cohort
.
validate_data
: validates that the Data
object contains
valid elements with respect to their types, dependency and length.
validate_data_dual
: validates that the DataDual
object
contains valid biomarker vector with respect to its type and the length.
validate_data_parts
: validates that the DataParts
object
contains valid elements with respect to their types, dependency and length.
validate_data_mixture
: validates that the DataMixture
object
contains valid elements with respect to their types, dependency and length.
validate_data_DA
: validates that the DataDA
object
contains valid elements with respect to their types, dependency and length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.