search for: r1r

Displaying 2 results from an estimated 2 matches for "r1r".

Did you mean: r11
2009 Jun 24
1
compile and install R @ one user defined directory? (PR#13779)
...llowing "R Installa= tion and Administration" @ http://cran.r-project.org/, First, I unzipped the unix version winzip source code R-2.9.0.tar.gz using= following commands at my own dir: /home/xwu/R1>gzip -dc R-2.9.0.tar.gz | tar xvf - (a subdir /home/xwu/R1R-2.9.0/ was created successfully under= /home/xwu/R1) Then I go to /home/xwu/R1/R-2.9.0 to compilation and installation using fol= lowing command: /home/xwu/R1/R-2.9.0> ./configure --prefix=3D/home/xwu/R1/R-2.9= .0 The error comes: configure: error: --with-readline=3Dyes (...
2008 Mar 27
0
Extracting output data into a vector or matrix
...is because each of the outputs in the list represents an individual data point that is not regarded as part of a matrix. Any help? I desperately need to be able to extract all the output data into a Vector so I can perform the final step of my computation. The final step is: fn<-(R*(R1R-R10R)) + (R*((KR/VR)-(p[1]/p[2])))* ifint Thanks in advance. ifint<-integrate(f,0,40,w=w$t,y=w$fint.i.)$val ifint [1] 1.573233e-10 [1] 2.939187e-10 [1] 5.491124e-10 [1] 1.025877e-09 [1] 1.916591e-09 [1] 3.580663e-09 [1] 6.689559e-09 [1] 1.249774e-08 [1] 2.334885e-08 [1] 4.362...