| validate_pre_calibrated | R Documentation |
Checks that all names in pre_calibrated exist in conditions
and that the corresponding values in dat are within the [0, 1]
range required for fuzzy membership scores.
validate_pre_calibrated(pre_calibrated, conditions, dat)
pre_calibrated |
Character vector or NULL. |
conditions |
Character vector. Valid condition variable names. |
dat |
Data frame containing the variables. |
Invisible NULL. Raises errors or warnings as needed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.