Displaying 1 result from an estimated 1 matches for "mulir".
Did you mean:
mlir
2009 Jun 06
1
large numbers of observations using ME() of spdep
...e calculations were
interrumpted!
Consequently, I am looking for a way to accelerate calculations with
ME() of spdep and to save the results step by step (for each eigen
value).
I came accross several promissing ideas: 1)make a compiled program in
C and call it in R with the command system(); 2)use muliR. However, I
do not know how to use these tools. I do not understand exactely why
the calculations are so slow and I do know know how to write a program
in C...
I am using Ubuntu 9.04 and R version 2.8.1 .
The code in R is a fallows:
taimin.xy = taimin[c("dy", "dx")];
coordinate...