From anton.perdoncin at gmail.com Wed Jun 11 21:23:57 2014 From: anton.perdoncin at gmail.com (Anton Perdoncin44) Date: Wed, 11 Jun 2014 21:23:57 +0200 Subject: [Traminer-users] How to get ID number from seqrep Message-ID: <5398ACCD.6060907@gmail.com> Hello, I am trying to identify which individual is represented as the most representative, according to the seqrep function. Any idea how to get the ID number of this mysterious individual? Many thanks. Best, Anton Perdoncin From alexis.gabadinho at unige.ch Fri Jun 13 13:49:14 2014 From: alexis.gabadinho at unige.ch (Alexis gabadinho) Date: Fri, 13 Jun 2014 13:49:14 +0200 Subject: [Traminer-users] How to get ID number from seqrep In-Reply-To: <5398ACCD.6060907@gmail.com> References: <5398ACCD.6060907@gmail.com> Message-ID: <539AE53A.3000607@unige.ch> Hi Anton, Given that you store the object returned by seqrep in an object called "rep", you can get the ID as follows: rep <- seqrep(....) attr(rep, "Index") Best, Alexis Le 11. 06. 14 21:23, Anton Perdoncin44 a ?crit : > Hello, > > I am trying to identify which individual is represented as the most > representative, according to the seqrep function. Any idea how to get > the ID number of this mysterious individual? > > Many thanks. > > Best, > > Anton Perdoncin > _______________________________________________ > Traminer-users mailing list > Traminer-users at lists.r-forge.r-project.org > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users > From anton.perdoncin at gmail.com Fri Jun 13 13:56:31 2014 From: anton.perdoncin at gmail.com (Anton Perdoncin) Date: Fri, 13 Jun 2014 13:56:31 +0200 Subject: [Traminer-users] How to get ID number from seqrep In-Reply-To: <539AE53A.3000607@unige.ch> References: <5398ACCD.6060907@gmail.com> <539AE53A.3000607@unige.ch> Message-ID: <539AE6EF.7000307@gmail.com> Great! It works. Thanks Alexis. Individual n?105 can't hide no more... Anton Le ven. 13 juin 2014 13:49:14 CEST, Alexis gabadinho a ?crit : > Hi Anton, > > Given that you store the object returned by seqrep in an object called > "rep", you can get the ID as follows: > > rep <- seqrep(....) > attr(rep, "Index") > > Best, > Alexis > > > Le 11. 06. 14 21:23, Anton Perdoncin44 a ?crit : >> Hello, >> >> I am trying to identify which individual is represented as the most >> representative, according to the seqrep function. Any idea how to get >> the ID number of this mysterious individual? >> >> Many thanks. >> >> Best, >> >> Anton Perdoncin >> _______________________________________________ >> Traminer-users mailing list >> Traminer-users at lists.r-forge.r-project.org >> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users >> > > _______________________________________________ > Traminer-users mailing list > Traminer-users at lists.r-forge.r-project.org > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users >