.update_experimental_design_settings {familiar} | R Documentation |
Internal function to check batch assignment to development and validation
Description
This function checks which batches in the data set are assigned to model development and external validation. Several errors may be raised if there are inconsistencies such as an overlapping assignment, name mismatches etc.
Usage
.update_experimental_design_settings(section_table, data, settings)
Arguments
section_table |
data.table generated by the |
data |
Data set as loaded using the |
settings |
List of parameter settings for data set parsing and setting up the experiment. |
Value
A verified and updated list of parameter settings.
[Package familiar version 1.5.0 Index]