<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<br>Hi,
<p>I am not on this mailing list, but here is a terrible bug that has stopped
me in my tracks.&nbsp; I am unable to remove observations from a data matrix.
<p>temp is the original matrix.&nbsp; Notice that there are 288 entries
with a 104 in the first column.&nbsp; I attempt to remove these entries,
but R does not do it.
<p>brad
<br>&nbsp;
<p>ACTUAL COMMANDS:
<p>> dim(temp)
<br>[1] 30528&nbsp;&nbsp;&nbsp; 11
<br>> table(temp[,1])
<br>&nbsp; 1&nbsp;&nbsp; 3&nbsp;&nbsp; 4&nbsp;&nbsp; 5&nbsp;&nbsp; 6&nbsp;&nbsp;
7&nbsp;&nbsp; 8&nbsp;&nbsp; 9&nbsp; 10&nbsp; 11&nbsp; 12&nbsp; 13&nbsp;
14&nbsp; 15&nbsp; 16&nbsp; 17&nbsp; 18&nbsp; 19&nbsp; 21&nbsp; 22
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;23&nbsp; 24&nbsp; 25&nbsp; 26&nbsp; 27&nbsp; 28&nbsp; 29&nbsp;
30&nbsp; 31&nbsp; 32&nbsp; 33&nbsp; 34&nbsp; 35&nbsp; 37&nbsp; 38&nbsp;
39&nbsp; 40&nbsp; 41&nbsp; 42&nbsp; 43
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;44&nbsp; 45&nbsp; 46&nbsp; 47&nbsp; 48&nbsp; 49&nbsp; 50&nbsp;
51&nbsp; 52&nbsp; 53&nbsp; 54&nbsp; 55&nbsp; 56&nbsp; 57&nbsp; 58&nbsp;
59&nbsp; 60&nbsp; 61&nbsp; 62&nbsp; 63
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;64&nbsp; 65&nbsp; 66&nbsp; 67&nbsp; 68&nbsp; 69&nbsp; 70&nbsp;
71&nbsp; 72&nbsp; 73&nbsp; 74&nbsp; 75&nbsp; 76&nbsp; 77&nbsp; 78&nbsp;
79&nbsp; 80&nbsp; 81&nbsp; 82&nbsp; 83
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;84&nbsp; 85&nbsp; 86&nbsp; 87&nbsp; 89&nbsp; 90&nbsp; 91&nbsp;
92&nbsp; 93&nbsp; 94&nbsp; 95&nbsp; 96&nbsp; 97&nbsp; 99 100 102 103 104
105 106
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>107 108 109 110 111 112
<br>288 288 288 288 288 288
<br>> tamp_temp[temp[,1]!=104,]
<br>>
<p>NO EFFECT!
<p>> table(temp[,1])
<br>&nbsp; 1&nbsp;&nbsp; 3&nbsp;&nbsp; 4&nbsp;&nbsp; 5&nbsp;&nbsp; 6&nbsp;&nbsp;
7&nbsp;&nbsp; 8&nbsp;&nbsp; 9&nbsp; 10&nbsp; 11&nbsp; 12&nbsp; 13&nbsp;
14&nbsp; 15&nbsp; 16&nbsp; 17&nbsp; 18&nbsp; 19&nbsp; 21&nbsp; 22
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;23&nbsp; 24&nbsp; 25&nbsp; 26&nbsp; 27&nbsp; 28&nbsp; 29&nbsp;
30&nbsp; 31&nbsp; 32&nbsp; 33&nbsp; 34&nbsp; 35&nbsp; 37&nbsp; 38&nbsp;
39&nbsp; 40&nbsp; 41&nbsp; 42&nbsp; 43
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;44&nbsp; 45&nbsp; 46&nbsp; 47&nbsp; 48&nbsp; 49&nbsp; 50&nbsp;
51&nbsp; 52&nbsp; 53&nbsp; 54&nbsp; 55&nbsp; 56&nbsp; 57&nbsp; 58&nbsp;
59&nbsp; 60&nbsp; 61&nbsp; 62&nbsp; 63
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;64&nbsp; 65&nbsp; 66&nbsp; 67&nbsp; 68&nbsp; 69&nbsp; 70&nbsp;
71&nbsp; 72&nbsp; 73&nbsp; 74&nbsp; 75&nbsp; 76&nbsp; 77&nbsp; 78&nbsp;
79&nbsp; 80&nbsp; 81&nbsp; 82&nbsp; 83
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>&nbsp;84&nbsp; 85&nbsp; 86&nbsp; 87&nbsp; 89&nbsp; 90&nbsp; 91&nbsp;
92&nbsp; 93&nbsp; 94&nbsp; 95&nbsp; 96&nbsp; 97&nbsp; 99 100 102 103 104
105 106
<br>288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288 288
<br>107 108 109 110 111 112
<br>288 288 288 288 288 288
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<p>START UP SCREEN:
<p>/usr/local/bin/R --vsize 50 --nsize 2000000
<br>~:&nbsp; /usr/local/bin/R --vsize 100 --nsize 3000000
<br>WARNING: vsize ridiculously low, Megabytes assumed
<p>R : Copyright 1999, The R Development Core Team
<br>Version 0.64.2&nbsp; (July 3, 1999)
<p>R is free software and comes with ABSOLUTELY NO WARRANTY.
<br>You are welcome to redistribute it under certain conditions.
<br>Type "?license" or "?licence" for distribution details.
<p>R is a collaborative project with many contributors.
<br>Type "?contributors" for a list.
<p>Type "demo()" for some demos, "help()" for on-line help, or
<br>&nbsp;&nbsp;&nbsp;&nbsp; "help.start()" for a HTML browser interface
to help.
<br>Type "q()" to quit R.
<p>[Previously saved workspace restored]
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<pre>--&nbsp;
Bradley C. Love
love@psy.utexas.edu
<A HREF="http://love.psy.utexas.edu/">http://love.psy.utexas.edu/</A>
phone: (512) 232-5732
fax: (512) 471-6175

Mezes Hall 330
The University of Texas at Austin
Austin, TX 78712</pre>
&nbsp;</html>