in the sma library, I m trying to use stat.t2 but I don t know what the parameter cl actually means!! cheers
Hello again and thanks again for your quick reply! I m using the stat.Newton() function and would like to know how I can retrieve the significantly expressed spots to be able to put a name on them? Cheers!
In case you don't know how to read the help page, ?stat.t2 says, under "Arguments": cl vector of class labels. Must consist of integers 1 and 2. ... meaning you need a vector consisting of 1's and 2's that indicate which observation belong to which of the two groups. Andy> -----Original Message----- > From: william ritchie [mailto:billthebrute at yahoo.fr] > Sent: Thursday, April 17, 2003 9:00 AM > To: r-help at stat.math.ethz.ch > Subject: [R] sma > > > in the sma library, I m trying to use stat.t2 but I > don t know what the parameter cl actually means!! > cheers > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >
Can I be any more explicit? Please do read the help pages of functions you're trying to use. In this case, the "Value" section of ?stat.Newton would help! Andy> -----Original Message----- > From: william ritchie [mailto:billthebrute at yahoo.fr] > Sent: Thursday, April 17, 2003 9:01 AM > To: r-help at stat.math.ethz.ch > Subject: [R] sma > > > Hello again and thanks again for your quick reply! > I m using the stat.Newton() function and would like to > know how I can retrieve the significantly expressed > spots to be able to put a name on them? > > Cheers! > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >