Learn R Programming

processR (version 0.2.7)

getCoef: Get coef summary table

Description

Get coef summary table

Usage

getCoef(fit)

Arguments

fit

An object of class lm

Examples

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

Run the code above in your browser using DataLab