I have created a model in R and I need to use copula
which involves using the copula package. I am using the latest version of R on a MacBook Pro that is fully updated.
I can install the copula package but when I trying to open the library(copula)
I get the following error:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘gsl’ Error: package or namespace load failed for ‘copula’
I use R for statistical analysis and I am not a programmer and honestly I have no idea what loadNamespace even means. I have spent an hour looking through Google and I have tried to follow what the few that are out there say (update packages for example) to do but it doesn't solve anything.