gt_measures_rowgrp: Create a table of effect measures with their CI

View source: R/gt_measures_rowgrp.R

gt_measures_rowgrpR Documentation

Create a table of effect measures with their CI

Description

Create a table of effect measures with their CI.

Usage

gt_measures_rowgrp(
  df,
  rowgroup = "term",
  rowname = "model",
  digits = 3,
  title = "Title",
  subtitle = "Subtitle"
)

Arguments

df

Dataframe of results.

rowgroup

Name of column with row group names.

rowname

Name of column with row names.

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. 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.