Calling R from Matlab, library(copula)

조회 수: 1 (최근 30일)
Banou
Banou 2014년 10월 14일
편집: Banou 2014년 10월 15일
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.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by