Kuan
November 20, 2023
library(car)
Loading required package: carData
mydata <- cars plot(speed~dist, data = mydata)