Re: [R] the error in DoSimulateRF function

2010-03-15 Thread Dieter Menne
maddy wrote: > > Thanks for the help. I was able to run the code by removing random seed > statement and putting > set.seed(1) > And the full example is show below. Please, next time, post it immediately, and you will get an answer withing minutes, sometimes. Dieter library(geoR) .Random.se

Re: [R] the error in DoSimulateRF function

2010-03-14 Thread maddy
Hello all, Thanks for the help. I was able to run the code by removing random seed statement and putting set.seed(1) Sincerely, Maddy -- View this message in context: http://n4.nabble.com/the-error-in-DoSimulateRF-function-tp1592572p1592709.html Sent from the R help mailing list archive at Nab

Re: [R] the error in DoSimulateRF function

2010-03-14 Thread maddy
Hello Sir, Thanks for reply. The SessionInfo() gives the following output, R version 2.10.1 (2009-12-14) i386-pc-mingw32 locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C

Re: [R] the error in DoSimulateRF function

2010-03-14 Thread Ben Bolker
maddy gmail.com> writes: > > > Hello, > > I did not understand what you mean by updating the system. I am new > user of R and I downloaded R a few days ago. Also I installed the > required packages for my program(geoR, randomFields), there was just > one version I could see for the packages. >

Re: [R] the error in DoSimulateRF function

2010-03-14 Thread maddy
Hello, I did not understand what you mean by updating the system. I am new user of R and I downloaded R a few days ago. Also I installed the required packages for my program(geoR, randomFields), there was just one version I could see for the packages. The code I am using is as follows .Random.se

[R] the error in DoSimulateRF function

2010-03-14 Thread maddy
Hello, I am a graduate student of University of Florida. I am trying to run a process variation model and I am facing the following error. - Analysis of geostatistical data For an Introduction to geoR go to http://www.leg.ufpr.br/geoR g

Re: [R] the error in DoSimulateRF function

2010-03-14 Thread Dieter Menne
maddy wrote: > > I did not understand what you mean by updating the system. I am new > user of R and I downloaded R a few days ago. Also I installed the > required packages for my program(geoR, randomFields), there was just > one version I could see for the packages. > The code I am using is as

Re: [R] the error in DoSimulateRF function

2010-03-14 Thread Dieter Menne
maddy wrote: > > Error in DoSimulateRF(n = n, reg = register, paired = paired) : > .Random.seed is not an integer vector but of type 'double' > > I tried to trace back the source of the error but installations seem > correct to me. > rm(.Random.seed) does not work in my case. > > You told us