Skip to content
Prev 348 / 7420 Next

reshape (was clustering large data)

Also in my computer reshape did not work for large datasets. I conturned
the problem by writing my own program making using loops. This takes a
few hours for a non-expert like me (my code is slow and not portable but
it works ....).  Another possibility  that came to my mind would be to
run the data transformation for example in SAS and reexport the data to
R. I think that the R data transformation procedures (like reshape) are
not the most efficient ones.

Frank
r-sig-ecology-request at r-project.org wrote: