S3_add_: S3 Method Dispatches to "add_" Class

S3_add_R Documentation

S3 Method Dispatches to 'add_' Class

Description

S3 Method Dispatches to 'add_' Class

Usage

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

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

Arguments

x

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

...

additional parameters of S3 generic sort_by, etc.

y

language, see function sort_by

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 print.add_ does not have a returned value

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


maxEff documentation built on April 12, 2025, 2:11 a.m.