appendR: Appends parameter estimates into list of data.table ...

Description Usage Arguments Value

View source: R/appendR.R

Description

Appends parameter estimates into list of data.table ...

Usage

1
appendR(result, modelFit, all = FALSE, noIntercept = FALSE)

Arguments

result

List of data.tables that contain results

modelFit

Model fit (works with glm and lm for sure)

all

Indicator. If TRUE, include Estimate, SE, Test Statistic, and p-Value. If FALSE, include Estimate and p-Value only.

noIntercept

If TRUE, exclude Intercept estimates.

Value

plot


kgoldfeld/ksgMisc documentation built on Nov. 12, 2021, 10:59 a.m.