Description Usage Arguments Details Value
This function allows you to perform sub-groups on all levels of a variable and output the results in a table
1 2 3 |
append.table |
Determines whether to append to an exisitng table. By default it is set to FALSE and will create a new table or overide the existing object. To append specify the existing table object |
grouping.factor |
The variables used for the sub-groups. All levels of each grouping factor will be run as a sub-group |
es |
The effect size variable |
study.id |
The study identifier |
label |
The labels that will be added to the top of each table section. The grouping.factor variable name is used if unspecified |
modelweights |
Either "CORR" or "HEIR" implmentation of Robust Variance Estimation. "CORR" is set as default |
type |
Either "cor" or "MD". Determines the headings used if not user specified. |
headings |
Set to NULL by default. Can be used to specify custom headings. If unspecified then headings are determined by the type argument |
yi |
The variance in the effect size |
#' @param data The dataset
A table of a series of sub-groups analyses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.