getCoef: Get coef summary table

View source: R/modelsSummary2.R

getCoefR Documentation

Get coef summary table

Description

Get coef summary table

Usage

getCoef(fit)

Arguments

fit

An object of class lm

Examples

fit=lm(mpg~hp*wt+am,data=mtcars)
getCoef(fit)

processR documentation built on Jan. 23, 2023, 5:44 p.m.