Car.data packages is not available for my RStudio Version 1.4.1106. I tried installing the car.data packages but I'm unable to install it. May I seek some help in figuring out the "car" packages for my current version of R?
install.packages("car")
trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.0/car_3.0-12.tgz'
Content type 'application/x-gzip' length 1410237 bytes (1.3 MB)
==================================================
downloaded 1.3 MB
> library(car)
Loading required package: carData
> install.packages ("car.data")
Warning in install.packages :
package ‘car.data’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
> library(car)
Thank you for your seggestions. I have typed it worng.
I wanted to perform within-subjects repeated-measures 2-way ANOVA in R. So I wanted to install all the relevant r packages. And yes, I followed few tutorials as R environment is new to me. And most of them installed this Car Data package for this type of analysis.