lm_output: Extract and format the output of a linear regression object.

Description Usage Value

Description

Extract the coeffients, standard errors and p-values from a linear regression object (p-values based on t-dist (t-score under H0 - mean:0 & SE) with residual DF (# of clusters - # of coefficients)

Usage

1
2
lm_output(model, var_index = 2, res_df = model$df.residual, digit = 3,
  mode = NULL, cluster = NULL)

Value

TBA


ClaraMarquardt/huhn documentation built on May 10, 2019, 12:53 p.m.