<p style="margin:0;padding:0;" align="left">Hi, <br /></p><br /> My substitution cost matrix is not symetric. Would you have an explanation for this?<br /><br /> Best Regards<br /> Sonia<br /><br /> <br /> <br /><br /><blockquote style="padding-left: 5px; margin-left: 5px; border-left: 2px solid #ff0000">> Message du 09/08/12 15:06<br />> De : "Weldon, Mat" <br />> A : "Users questions" <br />> Copie à : <br />> Objet : Re: [Traminer-users] seqplot<br />><br />> Hi Maximilian,<br />> <br />> I'm answering based on experience with seqedplot, but it should be the same. If your group argument is just a vector of cluster assignments such as the result of a PAM clustering, for example: <br />>     cluster4 <- pam(dd, diss=TRUE, k=4, cluster.only=TRUE) #where "dd" is the dissimilarity matrix<br />> <br />> then to plot only one group you should be able to input something like:<br />>    seqdplot(mvad.seq, group=cluster4[cluster4==4])<br />> <br />> Is that helpful?<br />> <br />> Kind regards,<br />> <br />> Mat<br />> <br />> -----Original Message-----<br />> From: traminer-users-bounces@lists.r-forge.r-project.org [mailto:traminer-users-bounces@lists.r-forge.r-project.org] On Behalf Of Maximilian Rothfuß<br />> Sent: 09 August 2012 12:12<br />> To: traminer-users@lists.r-forge.r-project.org<br />> Subject: [Traminer-users] seqplot<br />> <br />> Hello all together<br />> <br />> In my analysis I remarked that there is no possibility within the 'seqdplot´ - function for plotting just one level of the factor given by the `group` argument. Further I couldn´t find any solution for that problem, so I wrote a large function containing some loops, very complicated.<br />> It works but it's takes so much time...<br />> Of course, I know that it's possible to get the rigt group by seperating them like:<br />> <br />> data(mvad)<br />> mvad.seq <- seqdef(mvad, 17:86)<br />> <br />> ## Using the group argument<br />> seqdplot(mvad.seq, group=mvad$gcse5eq)<br />> <br />> ## Plotting groups separately<br />> seqdplot(mvad.seq[mvad$gcse5eq=="yes",])<br />> seqdplot(mvad.seq[mvad$gcse5eq=="no",])<br />> <br />> But if the grouping is a result from a cluster analysis, you cannot plot just one certin group.<br />> <br />> Did I overlook somthing within the code of seqdplot or TraMineR?<br />> <br />> Thank you in anticipation!<br />> <br />> Best regrads,<br />> <br />> Maximilian<br />> _______________________________________________<br />> Traminer-users mailing list<br />> Traminer-users@lists.r-forge.r-project.org<br />> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users<br />> _______________________________________________ Traminer-users mailing list Traminer-users@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users</blockquote>