Number_Table: Internal Function

Description Usage Arguments Value

View source: R/Number_Table.R

Description

This function creates a six column table of the format "median ( LCI - UCI )". Called by Forest_Plot

Usage

1
2
3
4
5
6
7
8
9
Number_Table(
  source_tbl,
  study,
  group_var = NULL,
  median = "sens",
  lci = "sens.ci.lower",
  uci = "sens.ci.upper",
  round_digits = 2
)

Arguments

source_tbl

Dataframe containing the meta-analysis data

study

Index column for unique study identifier e.g. "Obelix 50 B.c."

group_var

Column to group by

median

Median

lci

Lower boundary of confidence interval

uci

Upper boundary of confidence interval

round_digits

Number of decimal places to display

Value

none


moritzlindner/metaplot documentation built on May 10, 2021, 9:38 p.m.