search for: gu4

Displaying 7 results from an estimated 7 matches for "gu4".

Did you mean: g4
2002 Aug 21
2
Rterm and cgi
Dear R experts, I posted a question last week regarding RSJava error UnsatisfiedLink: eval. But, I did not get any response yet. So, I am trying to work something out. I tried to write something with perl, but it still does not work. In perl, when I used rename which is a Dos command, it worked through the cgi, so did cp (which is not a Dos command, but, it is in my path). And the perl
2002 Nov 26
1
permutation
...2 1 [22,] 4 2 3 [23,] 4 3 1 [24,] 4 3 2 > combinations(n=4,r=3) [,1] [,2] [,3] [1,] 1 2 3 [2,] 1 2 4 [3,] 1 3 4 [4,] 2 3 4 See the help pages for details. -Greg > -----Original Message----- > From: Pauline Gu [mailto:gu4 at llnl.gov] > Sent: Monday, November 25, 2002 7:55 PM > To: r-help at stat.math.ethz.ch > Subject: [R] permutation > > > Dear R experts, > > Is there any function in R that I can calculate the > permutation lists? I > would like to know if there is any generic o...
2002 Aug 09
2
error starting SJava: classpath
Dear R experts, Sorry, I am resending this, since I have not received this mail myself for the past 5 hours. I saw a similar question dated July 2. But there is no answer to it. Does anybody have a solution to it? I am using window NT, and the R version is 1.5.1, the SJava package is the binary version SJavaWin_0.62-8.zip. Here are the error message: > library(SJava) > .JavaInit()
2002 Aug 29
3
running SJava
Folks, Having problems getting started with SJava and request help. I get this error when running .JavaInit() (within RGui 1.5.1, on Windows 2000): Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath! (Before you right back saying read the emails, please read further - in short, been there, done that)
2002 May 19
0
newbie questions on clustering
Hello, R-experts, I have a data set of 4071 rows with 20 columns, each row is some specific subject that I am interested in, and each column is a set of conditions that I need to do the test on the subject. Suppose in two of my columns I have one condition with Ca, and another condition without Ca. Now, I would like to do a plot with X-axis being the one with Ca, and Y-axis being the one
2002 Aug 15
0
SJava, another UnsatisfiedLinkError
Thanks for Professor Ripley and Brad's reply. UnsatisfiedLinkError: SJava.dll is gone. But, I have another problem. I have been trying to figure out, but, without success. Here is my test.java: import java.io.*; import org.omegahat.R.Java.REvaluator; public class test { public static void main(String args[]) { System.out.println("Hello...");
2002 Jun 20
3
Line plot with 3 points
Dear R-experts, I have a data file df as the following: genename variable at 1hr variable at 4 hr variable at 10 hr gene1 gene2 . . . gene5000 I would like to have a graph with X-axis as the time point (1hr, 4hr, 10hr), and Y-axis as the value of the variable. So, basically, I want to do a line with the three different values at 1hr , 4hr and 10hr for all the 5000 genes. My purpose is