From Gilbert.Ritschard at unige.ch Thu Apr 11 18:46:39 2013 From: Gilbert.Ritschard at unige.ch (Gilbert Ritschard) Date: Thu, 11 Apr 2013 16:46:39 +0000 Subject: [Traminer-users] traminer tag on StackExchange Message-ID: <66ABD43696E3DB4687E0BB396A76E5F12F6993@golf.isis.unige.ch> Dear TraMineR users, There is now a "traminer" tag on StackExchange under both CrossValidation CV (http://stats.stackexchange.com/questions/tagged/traminer ) and StackOverflow SO (http://stackoverflow.com/questions/tagged/traminer ). These are nice places for looking for questions and answers about TraMineR and related packages. You can indeed also ask your own questions on each of those sites. Please use - CV for interpretation questions and methodological issues and - SO for R-code and other programming related questions Mark you questions with the "traminer" tag to have it listed under the tag and alert one another when a new question is posted. On http://stackexchange.com/filters you can create a filter to be alerted whenever someone asks a question with the traminer tag. Also do not forget to vote for questions and answers so as to help other users to identify the most useful topics. Hope you will enjoy these TraMineR discussion places. All the best, Gilbert -------------- next part -------------- An HTML attachment was scrubbed... URL: From anton.perdoncin at gmail.com Mon Apr 29 16:13:06 2013 From: anton.perdoncin at gmail.com (Anton Perdoncin) Date: Mon, 29 Apr 2013 16:13:06 +0200 Subject: [Traminer-users] =?iso-8859-1?q?Probl=E8me_conservation_identifia?= =?iso-8859-1?q?nt_SPELL_to_STS?= Message-ID: <517E7FF2.9080703@gmail.com> Bonjour, Je cherche ? convertir un jeu de donn?es en format SPELL en jeu de donn?es en format STS. Probl?me : la colonne IDENT du premier jeu de donn?es dispara?t ? l'issue de la manip. Ce qui est bien emb?tant pour pouvoir ensuite fusionner le jeu STS avec le reste des infos sur mes individus... Voici le code : trajmig.sts <- seqformat(trajmig, id="IDENT", begin="M_ANDEB", end="M_ANFIN", status="Regionmig2", from="SPELL", to="STS", process=FALSE) > str(trajmig) 'data.frame': 37881 obs. of 10 variables: $ M_NLIG : int 1 1 1 2 1 2 1 1 1 2 ... $ M_ANDEB : int 1989 1985 1969 1999 1959 1973 1990 1960 1982 2001 ... $ M_ANFIN : int 2008 2008 1999 2008 1973 2009 2008 2008 2001 2008 ... $ M_AGDEB : int 0 0 0 30 0 14 0 0 0 19 ... $ M_AGFIN : int 19 23 30 39 14 50 18 48 19 26 ... $ M_Gautre : int NA NA NA 2 NA 2 NA NA NA 2 ... $ Poidsi : num 384 125 109 109 540 ... $ IDENT : int 1 2 3 3 4 4 5 6 7 7 ... $ Regionmig2: int 1101 1101 3401 1101 2201 1101 1101 1101 3401 1101 ... $ IDENT2 : int 1 2 3 3 4 4 5 6 7 7 ... > str(trajmig.sts) 'data.frame': 21761 obs. of 62 variables: $ y1948: int NA NA NA NA NA NA NA NA NA NA ... $ y1949: int NA NA NA NA NA NA NA NA NA NA ... $ y1950: int NA NA NA NA NA NA NA NA NA NA ... $ y1951: int NA NA NA NA NA NA NA NA NA NA ... etc... La manip se d?roule bien, ? part cela. Y a-t-il une option ? ajouter pour conserver l'identifiant ? Merci ! Anton Perdoncin From miguelag at lustickconsulting.com Tue Apr 30 19:48:49 2013 From: miguelag at lustickconsulting.com (Miguel Garces) Date: Tue, 30 Apr 2013 13:48:49 -0400 Subject: [Traminer-users] State Distribution Plot Message-ID: I would like to make a State Distribution Plot (I'm currently using seqdplot), but instead of proportion of occurrences, I would like the y-axis to be the raw number of occurrences. All of the examples in the manual and user guide use proportions, which isn't applicable in my case. I can't seem to find any option for that through the seqdplot or seqstatd functions. Thanks for your help and a really great R package for time-series analysis. -Miguel -------------- next part -------------- An HTML attachment was scrubbed... URL: