<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Wow!<br></div><div>I'm going to test this development package, and of course with all precaution for use.<br></div><div>Luckily i have not missing values neither different sequence's lengths in my data...<br></div><div><br></div><div>Thank you very much, <br></div><div><br></div><div>Best,<br></div><div>Elie<br></div><div><br></div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>De: </b>traminer-users-request@lists.r-forge.r-project.org<br><b>À: </b>traminer-users@lists.r-forge.r-project.org<br><b>Envoyé: </b>Mercredi 18 Mars 2015 12:00:04<br><b>Objet: </b>Traminer-users Digest, Vol 44, Issue 12<br><div><br></div>Send Traminer-users mailing list submissions to<br>        traminer-users@lists.r-forge.r-project.org<br><div><br></div>To subscribe or unsubscribe via the World Wide Web, visit<br>        https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users<br><div><br></div>or, via email, send a message with subject or body 'help' to<br>        traminer-users-request@lists.r-forge.r-project.org<br><div><br></div>You can reach the person managing the list at<br>        traminer-users-owner@lists.r-forge.r-project.org<br><div><br></div>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Traminer-users digest..."<br><div><br></div><br>Today's Topics:<br><div><br></div>   1. Method options in seqdist functions: "OMloc" and        others...<br>      (ELIE CHOSSON)<br>   2. Re: Method options in seqdist functions: "OMloc" and<br>      others... (Matthias Studer)<br><div><br></div><br>----------------------------------------------------------------------<br><div><br></div>Message: 1<br>Date: Tue, 17 Mar 2015 14:23:55 +0100 (CET)<br>From: ELIE CHOSSON <elie.chosson@upmf-grenoble.fr><br>To: traminer-users@lists.r-forge.r-project.org<br>Subject: [Traminer-users] Method options in seqdist functions: "OMloc"<br>        and        others...<br>Message-ID:<br>        <1953565023.2273114.1426598635194.JavaMail.zimbra@upmf-grenoble.fr><br>Content-Type: text/plain; charset="utf-8"<br><div><br></div>Hello TraMineR community! <br><div><br></div>I work on Optimal Matching Analysis and I'm interested about extensions of the method. <br>In searching on the Internet, i found that the seqdist function provides methods like "OMloc" for localized optimal matching analysis (like the Hollister proposal), or others methods (duration sensitive OM, etc.). <br>(For example here) <br>But this options are not accepted when I use the seqdist function (on the 1.8-9 version of TraMineR package). <br>I install the development version but the seqdist function still not provide this options. <br><div><br></div>So my question is: there is these options availables somewhere now? <br><div><br></div>If not, I would like to create variable indel costs but it seem to be hard to do... <br>I try to use seqdistmc function with a channel which is my real sequence objet and a new sequence object who give for each position an indicator that taking account neighbouring elements ("0" if all neighbours are others state, "1" if one neighbour is other state and "0" if all neighbours are same state). But I don't think is a good way to do (and it's not conform to the Hollister proposal...) <br><div><br></div>I thank you for your answers, and I thank a lot all contributors to TraMineR. <br><div><br></div>Sorry for my english, <br><div><br></div>Kind regards, <br>-- <br><div><br></div><br>Elie Chosson, <br>Attach? Temporaire ? l'Enseignement et ? la Recherche (A.TE.R), <br>Centre de Recherche en ?conomie de Grenoble (CREG) <br><div><br></div>BATEG, Bureau 513, tel: 04 76 82 59 89 <br>BP 47 - 38040 Grenoble Cedex 9 <br><div><br></div><br><div><br></div><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.r-forge.r-project.org/pipermail/traminer-users/attachments/20150317/3cdc56b6/attachment-0001.html><br><div><br></div>------------------------------<br><div><br></div>Message: 2<br>Date: Tue, 17 Mar 2015 20:28:45 +0000<br>From: Matthias Studer <Matthias.Studer@unige.ch><br>To: Users questions <traminer-users@lists.r-forge.r-project.org><br>Subject: Re: [Traminer-users] Method options in seqdist functions:<br>        "OMloc" and        others...<br>Message-ID:<br>        <367AEF503B1B6A4EA602FB66D71A3EC7166C556D@kilo.isis.unige.ch><br>Content-Type: text/plain; charset="utf-8"<br><div><br></div>Dear Elie,<br><div><br></div>Unfortunately, we are a little bit late in our release plan, because some special cases still need some work (such as missing data handling and unequal sequence length for some distances/configurations of parameters).<br><div><br></div>We have decided to make all these distances measures available in a separate package until the we can merge them in TraMineR. This is a development package, so please note that you may experiences some errors code for some cases.<br><div><br></div>The package is now available as the seqdist2 library here: https://r-forge.r-project.org/R/?group_id=743<br><div><br></div>More information about the argument and all the distances can be found in<br><div><br></div>Studer, Matthias, Ritschard, Gilbert, A comparative review of sequence dissimilarity measures, LIVES Working Paper 2014/33<br><div><br></div>Best,<br>Matthias<br><div><br></div><br><div><br></div>De : traminer-users-bounces@lists.r-forge.r-project.org [mailto:traminer-users-bounces@lists.r-forge.r-project.org] De la part de ELIE CHOSSON<br>Envoy? : mardi 17 mars 2015 14:24<br>? : traminer-users@lists.r-forge.r-project.org<br>Objet : [Traminer-users] Method options in seqdist functions: "OMloc" and others...<br><div><br></div>Hello TraMineR community!<br><div><br></div>I work on Optimal Matching Analysis and I'm interested about extensions of the method.<br>In searching on the Internet, i found that the seqdist function provides methods like "OMloc" for localized optimal matching analysis (like the Hollister proposal), or others methods (duration sensitive OM, etc.).<br>(For example here)<https://www.lives-nccr.ch/sites/default/files/pdf/publication/33_lives_wp_studer_sequencedissmeasures.pdf><br>But this options are not accepted when I use the seqdist function (on the 1.8-9 version of TraMineR package).<br>I install the development version but the seqdist function still not provide this options.<br><div><br></div>So my question is: there is these options availables somewhere now?<br><div><br></div>If not, I would like to create variable indel costs but it seem to be hard to do...<br>I try to use seqdistmc function with a channel which is my real sequence objet and a new sequence object who give for each position an indicator that taking account neighbouring elements ("0" if all neighbours are others state, "1" if one neighbour is other state and "0" if all neighbours are same state). But I don't think is a good way to do (and it's not conform to the Hollister proposal...)<br><div><br></div>I thank you for your answers, and I thank a lot all contributors to TraMineR.<br><div><br></div>Sorry for my english,<br><div><br></div>Kind regards,<br>--<br><div><br></div>________________________________<br>Elie Chosson,<br>Attach? Temporaire ? l'Enseignement et ? la Recherche (A.TE.R),<br>Centre de Recherche en ?conomie de Grenoble (CREG)<http://creg.upmf-grenoble.fr/><br><div><br></div>BATEG, Bureau 513, tel: 04 76 82 59 89<br>BP 47 - 38040 Grenoble Cedex 9<br>________________________________<br><div><br></div><br><div><br></div>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.r-forge.r-project.org/pipermail/traminer-users/attachments/20150317/4dd1a58a/attachment-0001.html><br><div><br></div>------------------------------<br><div><br></div>_______________________________________________<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><div><br></div>End of Traminer-users Digest, Vol 44, Issue 12<br>**********************************************<br></div><div><br><div><br></div></div><div><br></div><div>-- <br></div><div><span name="x"></span><div align="left"></div><div align="left"><hr><b><span style="font-size: small;" data-mce-style="font-size: small;" size="2">Elie Chosson,</span></b><br><b><span style="font-size: small;" data-mce-style="font-size: small;" size="2">Doctorant contractuel,</span></b><br><b><span style="font-size: small;" data-mce-style="font-size: small;" size="2">BATEG, Bureau 513, tel: 04 76 82 59 89<br><div><br></div></span></b></div><div align="left"><b><span style="font-size: small;" data-mce-style="font-size: small;" size="2"><a href="http://creg.upmf-grenoble.fr/">Centre de Recherche en Économie de Grenoble (CREG)</a></span></b><br><b><span style="font-size: small;" data-mce-style="font-size: small;" size="2">BP 47 - 38040 Grenoble Cedex 9</span></b><br><hr><br></div><br><span name="x"></span><br></div></div></body></html>