gt_measures_colgrp: Create a table of effect-measure modifications with their CI

View source: R/gt_measures_colgrp.R

gt_measures_colgrpR Documentation

Create a table of effect-measure modifications with their CI

Description

Create a table of effect-measure modifications with their CI.

Usage

gt_measures_colgrp(
  df,
  var_grp = "group",
  digits = 3,
  title = "Title",
  subtitle = "Subtitle"
)

Arguments

df

Dataframe of results.

var_grp

Name of variable used to group the columns.

digits

Integer, number of digits to the right of the decimal.

title

The title of the table.

subtitle

Subtitle of the table.

Details

The table will have 3 columns for each of the 2 strata and the difference column. The measure name, the estimates and the confidence interval.

Value

A gt_tbl object


FrankLef/fciR documentation built on Nov. 12, 2023, 6:09 a.m.