Calling R from Matlab, library(copula)

1 Ansicht (letzte 30 Tage)
Banou
Banou am 14 Okt. 2014
Bearbeitet: Banou am 15 Okt. 2014
I want to call an R script in Matlab and wrote the following script in MATLAB:
CurrentDirectory=strrep(pwd,'\','/'); eval(['!C:\Programs\R\R-3.1.1\bin\i386/Rscript "' CurrentDirectory '/GOF.R"']) % using R for GOF test
The R script (GOF.R) calls "copula" library to run a goodness-of-fit test for different copula functions. MATLAB gives me the following error:
Error in dim(copula) : could not find function "loadMethod" Calls: gofCopula -> stopifnot -> dim Execution halted
The strange thing is that when I run GOF.R in R program, the code runs without any errors.
Please help.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by