Skip to contents

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

Usage

sr_mean_of_means()

Value

A sr_strategy object.

See also

Examples

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