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)

cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.