Entering edit mode
11.0 years ago
ravikiran.k
•
0
Dear All,
I tried to run RankProd in R which is installed in linux.
Because I have large datasets I tried to your RPadvance, it runs fine if I don't use huge=TRUE
.
When I use this
RP.out <- RPadvance(data, cl, origin, num.perm=100, logged=TRUE, na.rm=TRUE, plot=FALSE, rand=123, huge=TRUE)
I get error
Error in RPadvance(data, cl, origin, num.perm=100, logged=TRUE, :unused argument(s) (huge=TRUE)
When I run the same thing in R installed in windows it runs fine.
Any idea how to overcome this.
Thanks in advance
Regards,
Ravi
make sure you are running the latest version of RankProd on both Linux and windows
Thanks for the response. Ya that was the problem indeed.