subGroups: subGroups

Description Usage Arguments Details Value

View source: R/subGroups.R

Description

This function allows you to perform sub-groups on all levels of a variable and output the results in a table

Usage

1
2
3
subGroups(append.table = FALSE, data = NULL, grouping.factor = NULL,
  es = NULL, vi = NULL, study.id = NULL, label = NULL,
  modelweights = "CORR", type = NULL, headings = NULL, ...)

Arguments

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

Details

#' @param data The dataset

Value

A table of a series of sub-groups analyses


kitdouble/metaTables documentation built on March 29, 2020, 2:29 p.m.