regtab: Make regression table

Description Usage Arguments Details Value

View source: R/regtab.r

Description

This function makes a character data frame of regression table. An advantage point of this function is that you can pass on output-format function such as kable.

Usage

1
2
3
4
5
6
7
8
regtab(
  obj,
  keep_coef = NULL,
  rm_coef = NULL,
  label_coef = NULL,
  add_line = NULL,
  ...
)

Arguments

obj

a list or object including regression analysis

keep_coef

a character vector of variables kept

rm_coef

a character vector of variables removed from table

label_coef

a list including ols variable name = new variable name

add_line

a list including additional contents of each column.

...

other augments which pass on each augment. See details.

Details

the binomial method can show average marginal effect if ame = TRUE, using margins in the margins package

Value

a data frame which includes all character strings


KatoPachi/Rkato documentation built on Dec. 18, 2021, 2:42 a.m.