Search String: Display: Description: Sort:

Results:

References: [ +from:alain.yamakana@rogers.com: 18 ]

Total 18 documents matching your query.

1. Help with guiModify() (score: 1)
Author: Alain Yamakana <alain.yamakana@rogers.com>
Date: Mon, 19 Sep 2005 22:05:51 -0400 (EDT)
I used guiPlot() to create five different graphs. Next, I would like to layout those 5 graphs on a page. How could I get this done using guiModify() or any other function? Thanks for your prompt and
/archives/html/s-news/2005-09/msg00059.html (6,864 bytes)

2. Modifying pch= (plot parameter) (score: 1)
Author: Alain Yamakana <alain.yamakana@rogers.com>
Date: Mon, 29 Aug 2005 08:39:09 -0400 (EDT)
r
/archives/html/s-news/2005-08/msg00126.html (7,491 bytes)

3. Modifying pch= (plot parameter) -Summary (score: 1)
Author: Alain Yamakana <alain.yamakana@rogers.com>
Date: Mon, 29 Aug 2005 13:12:49 -0400 (EDT)
1
/archives/html/s-news/2005-08/msg00127.html (10,560 bytes)

4. Re: Question in Time-Series -SUMMARY (score: 1)
Author: Alain Yamakana <alain.yamakana@rogers.com>
Date: Wed, 25 May 2005 10:18:49 -0400 (EDT)
l
/archives/html/s-news/2005-05/msg00154.html (17,479 bytes)

5. Suppressing [] in output (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Wed, 2 Jun 2004 16:44:15 -0400
Hi there! I was wondering if it is possible to suppress the [] sign preceeding results in the S+ output? This may make it easy to cut and paste in a table. Better, can someone suggest how to obatin r
/archives/html/s-news/2004-06/msg00013.html (6,620 bytes)

6. Re: All combinations of dimensions (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Mon, 1 Mar 2004 10:03:07 -0500
Yes it helps! Now how to keep track of the combinations? I've been told to avoid using for loops because S is very slow. Is there a way to vectorize this calculations by treating the data as a whole?
/archives/html/s-news/2004-03/msg00003.html (10,073 bytes)

7. All combinations of dimensions -SUMMARY- (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Mon, 1 Mar 2004 14:03:52 -0500
Many thanks to Spencer Graves and Bert Gunter for their quick and helpful reply. Here are the suggestions: You will get prod(dim(M)-1) 3-dimensional arrays. What do you want to do with these 3-d arra
/archives/html/s-news/2004-03/msg00008.html (8,264 bytes)

8. Row/colonne operations (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Mon, 1 Mar 2004 19:41:25 -0500
Here is another matrix operation question. [,1] [,2] [,3] [,4] [1,] 1 7 13 19 [2,] 2 8 14 20 [3,] 3 9 15 21 [4,] 4 10 16 22 [5,] 5 11 17 23 [6,] 6 12 18 24 [1] 9 21 33 45 I expect [,1] [,2] [,3] [,4]
/archives/html/s-news/2004-03/msg00012.html (7,064 bytes)

9. Re: All combinations of dimensions (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Mon, 1 Mar 2004 19:49:06 -0500
A numerical example would ease my understanding of the procedure. My knowledge is at the level of Krause's book, The Basics of S and S-Plus. I haven't followed this thread closely, but one way of 'ke
/archives/html/s-news/2004-03/msg00013.html (13,661 bytes)

10. Re: Row/colonne operations (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Mon, 1 Mar 2004 20:46:37 -0500
After adding rows 4 and 5, M should be a 5x4 matrix. Am I right? [,1] [,2] [,3] [,4] [1,] 1 7 13 19 [2,] 2 8 14 20 [3,] 3 9 15 21 [4,] 9 21 33 45 [5,] 5 11 17 23 [6,] 6 12 18 24 -- e-mail --
/archives/html/s-news/2004-03/msg00016.html (10,046 bytes)

11. Re: All combinations of dimensions (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Wed, 3 Mar 2004 22:41:42 -0500
The example is terrific! However, I still do not see where goes "do.call("abind",c(list.result,other.args.to.abind))". The class(res[1,1,1]) returns "NULL" instead of [[1]] "list". I'm running S+ 200
/archives/html/s-news/2004-03/msg00042.html (16,806 bytes)

12. Storing results from for() loop (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Sat, 6 Mar 2004 01:49:05 -0500
Dear S-Plus users, I am ambarassed to post a newbee question. The truth is that I do not know how to deal with. Here is my question: for (x in 1:4) {print(x)} produces [1] 1 [2] 2 [3] 3 [4] 4 How can
/archives/html/s-news/2004-03/msg00076.html (6,810 bytes)

13. All combinations of dimensions (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Sun, 29 Feb 2004 20:22:26 -0500
Dear All, I would be very appreciative of your help with the following. Given a 3-D matrix M I would like to perform all submatrices M[-c(i,i+1),-c(j,j+1),-c(k,k+1)] for i in 1:nrow(M), j in 1:ncol(M
/archives/html/s-news/2004-02/msg00227.html (6,876 bytes)

14. All combinations of dimensions (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Sun, 29 Feb 2004 20:26:26 -0500
Dear All, I would be very appreciative of your help with the following. Given a 3-D matrix M I would like to perform all submatrices M[-c(i,i+1),-c(j,j+1),-c(k,k+1)] for i in 1:nrow(M), j in 1:ncol(M
/archives/html/s-news/2004-02/msg00228.html (7,156 bytes)

15. Help with while() (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Thu, 10 Jul 2003 12:08:59 -0400
Dear All, The following is certainly an easy question for most, if not all, of you so please help me. This code: n<-0 sum.so.far<-0 while(sum.so.far<=1000) { n<-n+1 sum.so.far<-sum.so.far+n } returns
/archives/html/s-news/2003-07/msg00070.html (7,344 bytes)

16. Re: Annotating a graph (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Tue, 4 Mar 2003 06:12:32 -0500
Hi Pat, When entering your data make sure the city names are in the grey zone at left.You are entering your data the cities under V1, the first column of nbers under V2 and the last column under V3.
/archives/html/s-news/2003-03/msg00016.html (10,143 bytes)

17. COHEN'S KAPPA, SCOTT'S PI & KRIPPENDORFF'S ALPHA (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Sun, 30 Mar 2003 11:00:27 -0500
verythin
/archives/html/s-news/2003-03/msg00207.html (7,406 bytes)

18. Cohen's kappa, Scott's pi & Krippendorff's alpha (score: 1)
Author: "Alain Yamakana" <alain.yamakana@rogers.com>
Date: Sun, 30 Mar 2003 13:22:42 -0500
Within the
/archives/html/s-news/2003-03/msg00209.html (7,415 bytes)


This search system is powered by Namazu