<!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 text="#000000" bgcolor="#ffffff">
Dear Nathan,<br>
<br>
You could multiply by something large, but this will surely give you
sequences too long.<br>
What I would do is use the round() function in R to round the
timestamps to integers.<br>
You could also keep 2 digits and multiply by 100. It depends on the
precision you need.<br>
<br>
Please consider subscribing to the TraMineR mailing list by going to
:
<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><br>
<br>
Best regards.<br>
Nicolas Müller<br>
<br>
On 06/24/2011 10:41 AM, Nathan Green wrote:
<blockquote cite="mid:178289.36237.qm@web28103.mail.ukl.yahoo.com"
type="cite">
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
255); font-family: arial,helvetica,sans-serif; font-size: 12pt;">
<div>I'm using the following SPELL format data.</div>
<div>The problem is that it appears the precision of the time
data is to<var id="yui-ie-cursor"></var>o high for the seqdef
function</div>
<div>when I round to 3 d.p. its fine.</div>
<div>what would you suggest i should do in this case?</div>
<div>I can premultiply by something large and then divide
afterwards?</div>
<div> </div>
<div>thanks for the help.</div>
<div> </div>
<div>n</div>
<div> </div>
<div> </div>
<div>id index from to status<br>
1 1 1 24.00000 179.66694 1<br>
2 1 2 179.66694 181.33361 2<br>
3 1 3 181.33361 191.33361 4<br>
4 1 4 191.33361 201.33361 5<br>
5 2 1 24.00000 376.00667 1<br>
6 2 2 376.00667 400.00667 2<br>
7 2 3 400.00667 410.00667 4<br>
8 2 4 410.00667 420.00667 5<br>
9 3 1 24.00000 40.00667 1<br>
10 3 2 40.00667 56.00667 2<br>
11 3 3 56.00667 58.00667 4<br>
12 3 4 58.00667 68.00667 5</div>
</div>
<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>