sort_by.add_: sort_by.add_

View source: R/add_S3.R

sort_by.add_R Documentation

sort_by.add_

Description

sort_by.add_

Usage

## S3 method for class 'add_'
sort_by(x, y, ...)

Arguments

x

an object returned from functions add_dummy_partition(), add_dummy() or add_numeric()

y

language, see function sort_by

...

additional parameters of S3 generic sort_by, etc.

Details

Function sort_by.add_() sorts the elements of an 'add_' object by a certain criterion y. We suggest using y = abc(effsize) and decreasing = TRUE order of the absolute values of the effect sizes of additional predictor.

Value

Function sort_by.add_() returns an object of the same class as input x.


maxEff documentation built on Nov. 5, 2025, 7:30 p.m.