htmltable: Produce a HTML table from a list of regression objects

Description Usage Arguments Value Author(s)

View source: R/html_scaffolders.R

Description

Produce a HTML table from a list of regression objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
htmltable(obj_list = NULL, digits = 3, head = TRUE, model_num = TRUE,
  stars = TRUE, print = TRUE, drop_coef = NULL, keep_coef = NULL,
  order_coef = NULL, drop_stats = NULL, keep_stats = NULL,
  order_stats = NULL, label_coef = FALSE, lookup_table_coef = NULL,
  lookup_table_coef_name_col = NULL, lookup_table_coef_label_col = NULL,
  label_stats = FALSE, lookup_table_stats = NULL,
  lookup_table_stats_name_col = NULL, lookup_table_stats_label_col = NULL,
  label_dep = label_coef, lookup_table_dep = lookup_table_coef,
  lookup_table_dep_name_col = lookup_table_coef_name_col,
  lookup_table_dep_label_col = lookup_table_coef_label_col, cellpadding = 1,
  cellspacing = 1)

Arguments

obj_list

a list of regression objects

digits

number of digits to present in result table

stars
print

render the resulting table?

Value

html table

Author(s)

Janko Cizel


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