Re: [R] Choosing a random number between x and y

2009-02-10 Thread Vie
Thanks a lot everyone. You've been a great help! -- View this message in context: http://www.nabble.com/Choosing-a-random-number-between-x-and-y-tp21914106p21930844.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

[R] Choosing a random number between x and y

2009-02-09 Thread Vie
Hi, Ive been trying to find a function that will allow me to pull out a number between a minimum and maximum threshold. I want a random decimal number between, for example, 0 and 0.5 or 0 and 0.7. I've been searching everywhere for a function that will allow me to do this in R, but I have yet to

[R] Question about transposing tables / matrixes in R

2008-10-14 Thread Vie
, since reading it in took so much memory. Does anybody know a way of tranposing a table of this size in R without it requiring too much memory? Thanks in advance Vie -- View this message in context: http://www.nabble.com/Question-about-transposing-tables---matrixes-in-R-tp19970190p19970190.html

[R] "invalid 'ncol' value (too large or NA)" error message

2008-10-03 Thread Vie
new to R). Is it because some of the values in the cells of the table are to too many decimal places? Also I have checked the table, and there are no missing values, just integers from 1 to -1. The table dimensions are 4096 x 4, if that has anything to do with it. Many thanks Vie -- View