summary.Mfx_list: summary method for objects of class 'Mfx_list'

Description Usage Arguments Value Slots

View source: R/Mfx_functions.R

Description

summary method for objects of class Mfx_list

Usage

1
2
## S3 method for class 'Mfx_list'
summary(mfx_list, print = TRUE)

Arguments

mfx_list

an object of class Mfx_list

print

do you want to print the result to the console?

Value

a data.frame with 6 columns:

Slots

variable

the name of the variable or predictor

effect

the marginal effect of that variable on the outcome

se

the standard error of the the effect

t_stat

a t-statistic on the effect with a null hypothesis of effect = 0

95_conf_low

the lower bound of a 95

\item

95_conf_highthe upper bound of a 95

# TO DO


TommyJones/marginal documentation built on Nov. 21, 2019, 3:53 p.m.