regTable: regTable

Description Usage Arguments Details Value

View source: R/regTable.R

Description

This function allows you to perform meta-regressions on a list of variables and output the results in a table

Usage

1
2
3
regTable(append.table = FALSE, data = NULL, moderators = NULL,
  es = NULL, vi = NULL, study.id = NULL, labels = NULL,
  modelweights = "CORR", ...)

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

moderators

The variables used for the meta-regressions. Each moderator will be used for its own meta-regresssion.

es

The effect size variable

study.id

The study identifier

labels

The labels that will be added to the top of each table. The variable name is used if unspecified

modelweights

Either "CORR" or "HEIR" implmentation of Robust Variance Estimation. "CORR" is set as default

yi

The variance in the effect size

Details

#' @param data The dataset

Value

A table of a series of meta-regressions


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