model2text: Convert a regression-like model to a text table format

Description Usage Arguments

View source: R/textify.R

Description

Convert a regression-like model to a text table format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
model2text(
  coefs,
  reporter,
  fits,
  sigs,
  idvn,
  max_precision,
  sig_levels,
  title = "Regression Results",
  note = "",
  dn,
  grouped_label = NULL
)

Arguments

coefs

vector of coefficients

idvn

vector of independent variable names

max_precision

int > 0, number of digits to display (e.g. 0.XXXX = 4)

sig_levels

list of significance levels and the corresponding symbols

note

(UNSUPPORTED) string note at the bottom of the table


bdempe18/rchitex documentation built on Nov. 9, 2020, 11:33 p.m.