coefTable {Pmisc} | R Documentation |
Produces a matrix of all coeficients suitable for printing
coefTable(x, maxChar = 6, approx = FALSE, ...)
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 |
data frame with estimates and confidence interval. coefficients are exponentiated if link is log or logit.