Check that quantile
and cdf
output type values of model output data are non-descending
Source: R/check_tbl_value_col_ascending.R
check_tbl_value_col_ascending.Rd
Checks that values in the value
column for quantile
and cdf
output type
data for each unique task ID/output type combination
are non-descending when arranged by increasing output_type_id
order.
Check only performed if tbl
contains quantile
or cdf
output type data.
If not, the check is skipped and a <message/check_info>
condition class
object is returned.