Learn R Programming

processR (version 0.2.7)

getInfo: 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

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

Run the code above in your browser using DataLab