coefTable: Matrix of coefficients

View source: R/coefTable.R

coefTableR Documentation

Matrix of coefficients

Description

Produces a matrix of all coeficients suitable for printing

Usage

coefTable(x, maxChar = 6, approx = FALSE, ...)

Arguments

x

model output from lm, glm, lmer, glmer, glmmTMB

maxChar

truncate characters

approx

if TRUE, create confidence intervals based on standard errors

...

additional arguments for confint

Value

data frame with estimates and confidence interval. coefficients are exponentiated if link is log or logit.


Pmisc documentation built on Feb. 14, 2024, 3 a.m.