S3_add_ {maxEff} | 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
|
... |
additional parameters of S3 generic sort_by, etc. |
y |
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
.
[Package maxEff version 0.1.1 Index]