[Traminer-users] R crash creating a big event sequence object
Matthias Studer
Matthias.Studer at unige.ch
Mon Sep 5 10:17:09 CEST 2016
Hi,
I guess that this is related to a memory issue, because of the size of the data. Anyway, all the algorithms implemented in TraMineR cannot deal with long sequences (sequence with more than 3-4 events per sequences). I therefore suggest you look for another software.
Sorry for this answer.
Best,
Matthias
De : traminer-users-bounces at lists.r-forge.r-project.org [mailto:traminer-users-bounces at lists.r-forge.r-project.org] De la part de Léo Joubert
Envoyé : lundi 5 septembre 2016 10:08
À : traminer-users at lists.r-forge.r-project.org
Objet : [Traminer-users] R crash creating a big event sequence object
Hi,
I am experimenting some difficulties when attempting te create a (quite) big event sequence object. My datas contiains 451 sequences, with three events possible, and a sequence length from 10 to 30000. When I launch this code :
library(TraMineRextras)
seq <- seqecreate(id = data$id, timestamp = data$timestamp, event = data$event)
My RStudio session wait some minutes and then crash after "encountering fatal error". I am sorry to not be able to give you more information. Here's my sessionInfo
R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
locale:
[1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252 LC_MONETARY=French_France.1252
[4] LC_NUMERIC=C LC_TIME=French_France.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] magrittr_1.5 assertthat_0.1 htmltools_0.3.5 tools_3.3.1 yaml_2.1.13
[6] tibble_1.1 Rcpp_0.12.6 stringi_1.1.1 rmarkdown_1.0.9005 knitr_1.14
[11] stringr_1.0.0 digest_0.6.10 evaluate_0.9
Thank you by advance for your help
--
------------------------------------------------------------------------------------
Léo Joubert
Doctorant en sociologie
Laboratoire d'Economie et de Sociologie du Travail - LEST, UMR 7317
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/traminer-users/attachments/20160905/409b229f/attachment.html>
More information about the Traminer-users
mailing list