S3_add_ | R Documentation |
'add_'
ClassS3 Method Dispatches to 'add_'
Class
## S3 method for class 'add_'
print(x, ...)
## S3 method for class 'add_'
sort_by(x, y, ...)
x |
an object returned from functions
|
... |
additional parameters of S3 generic sort_by, etc. |
y |
language, see function sort_by |
..
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.
Function print.add_ does not have a returned value
Function sort_by.add_()
returns an object of the same class as input x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.