Car.data packages is not available for my R version

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)

It seems there is no package called car.data anywhere, I think you actually mean carData and you already have that package installed.

Can you explain why you are trying to install a package called car.data? Are you following any specific instructions or tutorial?

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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.