all I am getting an error on trying to instal car
library (car)
Error in library(car) : there is no package called ‘car’
Is there a change with macs that I need to account for? Help need for a class - much obliged
all I am getting an error on trying to instal car
library (car)
Error in library(car) : there is no package called ‘car’
Is there a change with macs that I need to account for? Help need for a class - much obliged
That command is for loading the package once is installed, for installing the package you have to run
install.packages("car")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.