<div dir="ltr"><ul style="line-height:19.046875px;list-style-type:square;margin:0.3em 0px 0px 1.5em;padding:0px;color:rgb(0,0,0);font-family:sans-serif;font-size:13px"><li style="margin-bottom:0.1em">the <b>version number of RKWard:  </b>0.6.1</li>
<li style="margin-bottom:0.1em">the <b>version number of R </b> 3.0.1</li><li style="margin-bottom:0.1em">the <b>version number of KDE </b>4.10.5</li><li style="margin-bottom:0.1em">the <b>operating system </b>Ubuntu 13.04</li>
<li style="margin-bottom:0.1em">the <b>method of installation</b> used: followed all instructions here (<a href="http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Binaries_and_Build_Scripts">http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Binaries_and_Build_Scripts</a>), and all instructions here (<a href="http://cran.r-project.org/bin/linux/ubuntu/README">http://cran.r-project.org/bin/linux/ubuntu/README</a>)</li>
<li style="margin-bottom:0.1em"><b>what did you do</b> to run into the problem? code attached</li><li style="margin-bottom:0.1em">how <b>can the problem be reproduced</b>? Every time I run this code, it works 2 or 3 times, then chokes.  The only way to prevent the problem is to completely clear the workspace in between runs.</li>
</ul><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px"><br></span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">code is below:</span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px"><br></span></font></div><div><font color="#000000" face="sans-serif"><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">require(waveslim)</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">x1 <- seq(1,64)</span></div><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">x <- x1 + rnorm(64,0,1)</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">w4 <- dwt(x, "d4")</span></div><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">d4 <- c(w4$d1,w4$d2,w4$d3,w4$d4,w4$s4)</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">w8 <- dwt(x, "d8")</span></div><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">d8 <- c(w8$d1,w8$d2,w8$d3,w8$d4,w8$s4)</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">w16 <- dwt(x, "d16")</span></div><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">d16 <- c(w16$d1,w16$d2,w16$d3,w16$d4,w16$s4)</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">d4_2 <- d4</span></div><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">d4_2[which(abs(d4) < 0.001)] <- 0</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">x2 <- idwt(w4)</span></div><div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">w4_2 <- w4</span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">w4_2$d1 <- d4_2[1:32]</span></div><div><span style="line-height:19.046875px">w4_2$d2 <- d4_2[33:48]</span></div>
<div><span style="line-height:19.046875px">w4_2$d3 <- d4_2[49:56]</span></div><div><span style="line-height:19.046875px">w4_2$d4 <- d4_2[57:60]</span></div><div><span style="line-height:19.046875px">w4_2$s4 <- d4_2[61:64] </span></div>
<div><span style="line-height:19.046875px"><br></span></div><div><span style="line-height:19.046875px">x4_2 <- idwt(w4_2)</span></div><div><span style="line-height:19.046875px"><br></span></div><div style="line-height:19.046875px">
<br></div></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px"><br></span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px"><br></span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px"><br></span></font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 23, 2013 at 12:59 AM, meik michalke <span dir="ltr"><<a href="mailto:meik.michalke@uni-duesseldorf.de" target="_blank">meik.michalke@uni-duesseldorf.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Sonntag, 22. September 2013, 21:50:49 schrieb Ryan Kappedal:<br>
<div class="im">> and tell us, what you were trying to do, when this happened.<br>
<br>
</div>could you provide us with some more details? please check out these<br>
suggestions:<br>
<a href="http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Contact#Please_read_this_before_contacting_us" target="_blank">http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Contact#Please_read_this_before_contacting_us</a><br>

<br>
<br>
viele grüße :: m.eik<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
dipl. psych. meik michalke<br>
institut f"ur experimentelle psychologie<br>
abt. f"ur diagnostik und differentielle psychologie<br>
heinrich-heine-universit"at d-40204 d"usseldorf</font></span></blockquote></div><br></div>