powered by
Get information of a model
getInfo(fit, digits = 3)
object of class lm
integer indicating the number of decimal places
# NOT RUN { fit=lm(mpg~wt*hp,data=mtcars) getInfo(fit) # }
Run the code above in your browser using DataLab