<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Judith,<br>
    <br>
    Question 1: <br>
    To get the sequence ids (indexes) for each cluster, you can use for
    example:<br>
    <br>
    which(cluster4=="Cluster 1")<br>
    which(cluster4=="Cluster 2")<br>
    ...<br>
    <br>
    This will return the indexes of the sequences classified in cluster
    1, 2, ....<br>
    <br>
    Question 2:<br>
    Each plot type has a corresponding function that produces the
    statistics. In this case, this is the&nbsp; seqmeant() function. See our
    paper in the Journal of Statistical Software
    (<a class="moz-txt-link-freetext" href="http://www.jstatsoft.org/v40/i04">http://www.jstatsoft.org/v40/i04</a>) and the manual pages.<br>
    <br>
    All the best,<br>
    Alexis<br>
    <br>
    Le 29. 09. 11 09:50, Judith Kr&uuml;ger a &eacute;crit&nbsp;:
    <blockquote
cite="mid:CAKv-uxujkROAdckR4zo4fmQxKzx743DidcEPph26n_t9JBP+tQ@mail.gmail.com"
      type="cite"><br>
      <div class="gmail_quote"><font size="2">Hey everyone,<br>
          <br>
          I use R and the package TraMineR to analyse payment data in
          151 cases.</font> As you might expect, I have some trouble...<br>
        <br>
        Question 1: I successfully calculated an optimal matching
        analysis and a cluster analysis. I also generated the necessary
        graphs.<b> How to I get the IDs into the graphs</b> OR <b>How
          can I get a table of every cluster and the relevant sequences?</b>
        <br>
        <br>
        Question 2: E.g., when plotting the mean times spent in each
        state per cluster (seqmtplot) oder other graphs, <b>how can I
          get a table with the corresponding values </b>(since I can
        only guess the values in the graphs)<b>?</b> <br>
        <br>
        Thanks a lot in advance and good luck with all your projects!<br>
        <br>
        Greetz<br>
        Judie<br>
        <br>
        <font size="1"><span style="color: rgb(204, 0, 0);">&gt;
            library(TraMineR)<br>
            &gt; library(foreign)<br>
            &gt; library(cluster)<br>
            &gt; library(RColorBrewer)<br>
            &gt; datenR &lt;-
            read.spss("Y:\\DOKTORARBEIT\\1_Dissertation\\3_Methode\\2_Erwerbsverl&auml;ufe\\5_R\\datenR.sav",
            to.data.frame=TRUE, use.value.labels=FALSE)<br>
            &gt; datenR.labels &lt;- c("ES6", "ES7", "ES8", "ES9",
            "ES10", "ES11", "ES12", "ES13", "ES14", "Ruhendes
            Arb.verh.", "Austritt", "Muttersch., Erz.-Elt.zeit",
            "Wehrdienst", "Weiterbildung")</span><br style="color:
            rgb(204, 0, 0);">
          <span style="color: rgb(204, 0, 0);">&gt; datenR.seq &lt;-
            seqdef(datenR, var=20:103, labels=datenR.labels, id="auto")</span><br>
          &nbsp;[&gt;] found missing values ('NA') in sequence data<br>
          &nbsp;[&gt;] preparing 151 sequences<br>
          &nbsp;[&gt;] coding void elements with '%' and missing values with
          '*'<br>
          &nbsp;[&gt;] 14 distinct states appear in the data: <br>
          &nbsp;&nbsp;&nbsp;&nbsp; 1 = 6<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 2 = 7<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 3 = 8<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 4 = 9<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 5 = 10<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 6 = 11<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 7 = 12<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 8 = 13<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 9 = 14<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 10 = 44<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 11 = 55<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 12 = 66<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
          &nbsp;[&gt;] alphabet (state labels): <br>
          &nbsp;&nbsp;&nbsp;&nbsp; 1 = 6 (ES6)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 2 = 7 (ES7)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 3 = 8 (ES8)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 4 = 9 (ES9)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 5 = 10 (ES10)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 6 = 11 (ES11)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 7 = 12 (ES12)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 8 = 13 (ES13)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 9 = 14 (ES14)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 10 = 44 (Ruhendes Arb.verh.)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 11 = 55 (Austritt)<br>
          &nbsp;&nbsp;&nbsp;&nbsp; 12 = 66 (Muttersch., Erz.-Elt.zeit)<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ... (14 states)<br>
          &nbsp;[&gt;] no color palette attributed, provide one to use
          graphical functions<br>
          &nbsp;[&gt;] 151 sequences in the data set<br>
          &nbsp;[&gt;] min/max sequence length: 2/84<br>
          Warnmeldung:<br>
          &nbsp;[!] no automatic color palete attributed, number of
          states&gt;12. <br>
          &nbsp;&nbsp;&nbsp;&nbsp; Use 'cpal' argument to define one. <br>
          <span style="color: rgb(204, 0, 0);">&gt; cpal(datenR.seq)
            &lt;- c("white", "yellow", "orange", "hotpink", "red1",
            "red3", "darkred", "skyblue", "blue", "grey80", "grey60",
            "springgreen", "grey20", "purple")</span><br style="color:
            rgb(204, 0, 0);">
          <span style="color: rgb(204, 0, 0);">&gt; subcostmatrix &lt;-
            seqsubm(datenR.seq, method="TRATE")</span><br>
          &nbsp;[&gt;] creating substitution-cost matrix using transition
          rates ...<br>
          &nbsp;[&gt;] computing transition rates for states
          6/7/8/9/10/11/12/13/14/44/55/66/77/88 ...<br>
          <span style="color: rgb(204, 0, 0);">&gt; round(subcostmatrix,
            2)</span><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6-&gt;&nbsp; 7-&gt;&nbsp; 8-&gt;&nbsp; 9-&gt; 10-&gt; 11-&gt; 12-&gt;
          13-&gt; 14-&gt; 44-&gt; 55-&gt; 66-&gt; 77-&gt; 88-&gt;<br>
          6-&gt;&nbsp; 0.00 1.75 2.00 1.75 2.00 2.00 2.00 2.00 2.00 2.00 2.00
          2.00 2.00&nbsp; 2.0<br>
          7-&gt;&nbsp; 1.75 0.00 1.89 1.98 1.99 2.00 2.00 2.00 2.00 2.00 <a
            moz-do-not-send="true" style="color: rgb(0, 0, 0);"
            href="tel:1.93%201.92%201.72%C2%A0%202.0"
            value="+19319217220" target="_blank">1.93 1.92 1.72&nbsp; 2.0</a><br
            style="color: rgb(0, 0, 0);">
          <span style="color: rgb(0, 0, 0);">8-&gt;&nbsp; 2.00 1.89 0.00 1.89
            1.99 2.00 2.00 2.00 2.00 2.00 1.86 1.88 1.90&nbsp; 1.4</span><br
            style="color: rgb(0, 0, 0);">
          <span style="color: rgb(0, 0, 0);">9-&gt;&nbsp; 1.75 1.98 1.89 0.00
            1.82 2.00 2.00 2.00 2.00 1.75 2.00 1.98 1.95&nbsp; 2.0</span><br
            style="color: rgb(0, 0, 0);">
          <span style="color: rgb(0, 0, 0);">
            10-&gt; 2.00 1.99 1.99 1.82 0.00 1.85 2.00 2.00 2.00 2.00
            2.00 1.99 1.98&nbsp; 2.0</span><br style="color: rgb(0, 0, 0);">
          <span style="color: rgb(0, 0, 0);">11-&gt; 2.00 2.00 2.00 2.00
            1.85 0.00 1.91 2.00 2.00 2.00 2.00 1.90 2.00&nbsp; 2.0</span><br
            style="color: rgb(0, 0, 0);">
          <span style="color: rgb(0, 0, 0);">12-&gt; 2.00 2.00 2.00 2.00
            2.00 1.91 0.00 1.99 2.00 2.00 2.00 1.92 2.00&nbsp; 2.0</span><br
            style="color: rgb(0, 0, 0);">
          <span style="color: rgb(0, 0, 0);">
            13-&gt; 2.00 2.00 2.00 2.00 2.00 2.00 1.99 0.00 1.99 2.00
            2.00 1.97 2.00&nbsp; 2.0</span><br>
          14-&gt; 2.00 2.00 2.00 2.00 2.00 2.00 2.00 1.99 0.00 2.00 2.00
          2.00 2.00&nbsp; 2.0<br>
          44-&gt; 2.00 2.00 2.00 1.75 2.00 2.00 2.00 2.00 2.00 0.00 2.00
          1.75 2.00&nbsp; 2.0<br>
          55-&gt; 2.00 1.93 1.86 2.00 2.00 2.00 2.00 2.00 2.00 2.00 0.00
          1.98 2.00&nbsp; 2.0<br>
          66-&gt; 2.00 1.92 1.88 1.98 1.99 1.90 1.92 1.97 2.00 1.75 1.98
          0.00 2.00&nbsp; 2.0<br>
          77-&gt; 2.00 1.72 1.90 1.95 1.98 2.00 2.00 2.00 2.00 2.00 2.00
          2.00 0.00&nbsp; 2.0<br>
          88-&gt; 2.00 2.00 1.40 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
          2.00 2.00&nbsp; 0.0<br>
          <span style="color: rgb(204, 0, 0);">&gt; datenR.om &lt;-
            seqdist(datenR.seq, method="OM", indel=2, sm=subcostmatrix)</span><br>
          &nbsp;[&gt;] 151 sequences with 14 distinct events/states<br>
          &nbsp;[&gt;] 147 distinct sequences<br>
          &nbsp;[&gt;] min/max sequence length: 2/84<br>
          &nbsp;[&gt;] computing distances using OM metric<br>
          &nbsp;[&gt;] total time: 0.33 secs<br>
          Warnmeldung:<br>
          The substitution cost matrix is not symmetric. <br>
          <span style="color: rgb(204, 0, 0);">&gt; clusterward &lt;-
            agnes(datenR.om, diss=TRUE, method="ward")<br>
            &gt; plot(clusterward, which.plots=2)<br>
            &gt; cluster4 &lt;- cutree(clusterward, k=4)<br>
            &gt; cluster4 &lt;- factor(cluster4, labels=c("Cluster 1",
            "Cluster 2", "Cluster 3", "Cluster 4"))<br>
            &gt; table(cluster4)</span><br>
          cluster4<br>
          Cluster 1 Cluster 2 Cluster 3 Cluster 4 <br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 67 <br>
          <span style="color: rgb(204, 0, 0);">&gt; seqfplot(datenR.seq,
            group=cluster4, pbarw=T, tlim=0, border=NA)</span><br>
          <span style="color: rgb(204, 0, 0);">&gt;
            seqmtplot(datenR.seq, group=cluster4)</span></font><br>
        <font color="#888888"><br>
          Judith Kr&uuml;ger<br>
          Ph.D. Student<br>
          Germany<br>
        </font></div>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Traminer-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Traminer-users@lists.r-forge.r-project.org">Traminer-users@lists.r-forge.r-project.org</a>
<a class="moz-txt-link-freetext" href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>