Fetch data sets that have problematic calibrations (not enough data or another error occured during calibration) for further inspection. This function is typically called after iso_generate_calibration to inspect problematic data sets. It requires the columns generated by iso_generate_calibration and the same calibration
parameter used there.
iso_get_problematic_calibrations( dt, calibration = last_calibration(dt), select = everything(), quiet = default(quiet) )
dt | nested data table with column |
---|---|
calibration | an informative name for the calibration (could be e.g. |
select | which columns to select for display - use |
quiet | whether to display (quiet=FALSE) or silence (quiet = TRUE) information messages. |
Other calibration functions:
iso_add_standards()
,
iso_apply_calibration()
,
iso_evaluate_calibration_range()
,
iso_generate_calibration()
,
iso_get_calibration_coefficients()
,
iso_get_calibration_data()
,
iso_get_calibration_range()
,
iso_get_calibration_summary()
,
iso_prepare_for_calibration()
,
iso_remove_problematic_calibrations()