Learn R Programming

meta (version 6.0-0)

JAMAlabels: Create study labels in JAMA layout (deprecated function)

Description

Deprecated function to create study labels in JAMA layout (for forest plot). Replaced by labels.meta.

Usage

JAMAlabels(author, year, citation, data = NULL)

Arguments

author

A vector providing study authors.

year

A vector providing year of publication.

citation

A vector providing citation numbers.

data

An optional data frame containing the study information.

Author

Guido Schwarzer sc@imbi.uni-freiburg.de

Details

This auxiliary function can be used to create study labels in JAMA layout which can be added to a forest plot using argument 'studlab'.

See Also

labels.meta, forest.meta

Examples

Run this code
data(Fleiss1993bin)

refs <- 20 + 1:7

Fleiss1993bin$mylabs <-
  JAMAlabels(study, year, refs, data = Fleiss1993bin)

m <- metabin(d.asp, n.asp, d.plac, n.plac, data = Fleiss1993bin,
  studlab = paste(study, year),
  sm = "OR", random = FALSE)

forest(m, studlab = mylabs, layout = "JAMA",
  fontfamily = "Times", fontsize = 10)

Run the code above in your browser using DataLab