getInfo: Get information of a model

View source: R/modelsSummary.R

getInfoR Documentation

Get information of a model

Description

Get information of a model

Usage

getInfo(fit, digits = 3)

Arguments

fit

object of class lm

digits

integer indicating the number of decimal places

Examples

fit=lm(mpg~wt*hp,data=mtcars)
getInfo(fit)

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