conditional_min_criterion {dials} | R Documentation |
Parameters for possible engine parameters for partykit models
Description
Parameters for possible engine parameters for partykit models
Usage
conditional_min_criterion(
range = c(1.386294, 15),
trans = scales::transform_logit()
)
values_test_type
conditional_test_type(values = values_test_type)
values_test_statistic
conditional_test_statistic(values = values_test_statistic)
Arguments
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. |
trans |
A |
values |
A character string of possible values. |
Format
An object of class character
of length 4.
An object of class character
of length 2.
Details
The range of conditional_min_criterion()
corresponds to roughly 0.80 to
0.99997 in the natural units. For several test types, this parameter
corresponds to 1 - {p-value}
.
Value
For the functions, they return a function with classes "param" and either "quant_param" or "qual_param".