View source: R/param_engine_partykit.R
conditional_min_criterion | R Documentation |
Parameters for possible engine parameters for partykit models
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)
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. |
An object of class character
of length 4.
An object of class character
of length 2.
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}
.
For the functions, they return a function with classes "param" and either "quant_param" or "qual_param".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.