Skip to contents

Creates a split cutpoint strategy that splits at the midpoint between group means. This is the default (and currently only) split cutpoint.

Usage

cutpoint_mean_of_means()

Value

A cutpoint_strategy object.

Examples

cutpoint_mean_of_means()
#> $name
#> [1] "mean_of_means"
#> 
#> $display_name
#> [1] "Mean of means"
#> 
#> attr(,"class")
#> [1] "cutpoint_strategy"