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,data=mtcars)
getInfo(fit)

cardiomoon/semMediation documentation built on Nov. 16, 2023, 4:26 a.m.