parse_result_list_coef: Given a list of objects with regression results, return a...

Description Usage Arguments Author(s)

View source: R/reg_table_production.R

Description

Given a list of objects with regression results, return a data.table with publication-ready formatted results.

Usage

1
2
3
4
5
parse_result_list_coef(obj_list = NULL, digits = 3, stars = TRUE,
  type = "html", coef.presentation = "T1", drop_coef = NULL,
  keep_coef = NULL, order_coef = NULL, label_coef = FALSE,
  lookup_table_coef = NULL, lookup_table_coef_name_col = NULL,
  lookup_table_coef_label_col = NULL, label_pattern = "[%s]")

Arguments

obj_list

a list of objects with regression results

digits
stars

Author(s)

Janko Cizel


jcizel/rtable documentation built on May 18, 2019, 10:25 p.m.