I am performing Barnard's exact test for 2X2 contingency table. I found https://cran.r-project.org/web/packages/Exact/Exact.pdf for doing Barnard's test in R. My R version is 3.2.2 . I am trying to install package Exact
, but it seems the package is not available for R version 3.2.2 . Is it so? How do you implement Barnard's test in R ?
Edit:
install.packages("Exact")
It gives the following message
Warning: unable to access index for repository https://mirror.aarnet.edu.au/pub/CRAN/src/contrib
Warning: unable to access index for repository https://mirror.aarnet.edu.au/pub/CRAN/bin/windows/contrib/3.2
Warning message:
package ‘Exact’ is not available (for R version 3.2.2)
library(Exact)
Error in library(Exact) : there is no package called ‘Exact’