Search String: Display: Description: Sort:

Results:

References: [ +from:Pierre.Ilouga@evotecoai.com: 15 ]

Total 15 documents matching your query.

1. Re: one ( last ) string question (score: 1)
Author: c.nz>
Date: Tue, 5 Apr 2005 11:39:42 +0200
cursive like: dob
/archives/html/s-news/2005-04/msg00026.html (19,851 bytes)

2. unix function of Splus: Warning message (score: 1)
Author: m Q. Meeker" <wqmeeker@iastate.edu>
Date: Fri, 25 Jun 2004 14:04:59 +0200
Hi all, i&#8217;m wondering why the output from the unix-function of Splus yields a warning message. The simplified code I executed is: echo &#8220;&#8221; > EmptyFile.txt ## create a empty file from
/archives/html/s-news/2004-06/msg00153.html (15,994 bytes)

3. Anomaly in "wmf.graph" device ? (score: 1)
Author: "Ilouga, Pierre Emmanuel" <Pierre.Ilouga@evotecoai.com>
Date: Thu, 6 May 2004 09:30:37 +0200
Hi all, here is the description of the problem I encountered by using wmf.graph. XX<- c(460.5, 220.6, 676.8, 295.0, 93.2, 123.7, 261.6, 95.4, 917.0, 105.3, 101.4, 103.0, 95.7, 810.6, 266.6, 251.6, 41
/archives/html/s-news/2004-05/msg00026.html (9,319 bytes)

4. Re: Why does not 'cex' of plot work in splus ? (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Mon, 23 Feb 2004 10:40:57 +0100
Hi Jagadish, I guess some Splus-users want to suggest you a solution to your problem, but they don't know what you are plotting. It would be very helpfull to let us know what the objects "keep" and "
/archives/html/s-news/2004-02/msg00182.html (8,900 bytes)

5. rbind.Matrix (Matrix Library) (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Thu, 26 Feb 2004 15:52:18 +0100
Dear Splus-users, my question occurs due to the fact that the description of the function "rbind.Matrix" from the "Matrix" library is very poor. The goal is to avoid the function "rbind" and to use i
/archives/html/s-news/2004-02/msg00220.html (7,469 bytes)

6. rowMedians ? (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Wed, 18 Jun 2003 09:30:29 +0200
Dear Splusers, could any of our Splus experts tell me if there exists a function which is faster than apply( X ,1, median) ? The rowMeans, ............ family doesn't contain such a function. Best re
/archives/html/s-news/2003-06/msg00124.html (6,300 bytes)

7. A Strange behaviour of "unpaste" (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Fri, 22 Nov 2002 16:59:12 +0100
Hi to the Splusers, my remark will be very short. Let x<- rep("A", 1500) ; x[5]<- "AB=AB" 1- Z<-paste(x[1:1000] , collapse=" ,") Z.list<- unpaste( Z , sep= "=") yields a list of length 2 (as expected
/archives/html/s-news/2002-11/msg00187.html (7,934 bytes)

8. Reshaping a data.frame (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Wed, 25 Sep 2002 10:47:18 +0200
Hi to all. I would like someone to suggest me a solution to the following simple question. The R code I used is not automatically efficient in Splus. I have a two column (L , T ) data frame. Column L
/archives/html/s-news/2002-09/msg00176.html (7,379 bytes)

9. String Split (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Wed, 15 May 2002 14:06:20 +0200
Dear all, this is a simple question. Is there a function in Splus 6.0 working similar to the function "strsplit" from R ? exemple (from R): [[1]] [1] "X" "A" "965" [[2]] [1] "Z" [[3]] [1] "yd" "2A" [
/archives/html/s-news/2002-05/msg00113.html (6,821 bytes)

10. String Split: Summary (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Wed, 15 May 2002 18:58:30 +0200
Dear all, I would like to thank the following Splus users: CHASALOW, SCOTT ( lapply(lapply(x, unpaste, sep = "="), unlist) ) Chuck Taylor LANSKY, DAVID M lane.mc@pg.com Biggerstaff, Brad J. John Fox
/archives/html/s-news/2002-05/msg00115.html (7,113 bytes)

11. Re: Plotting large ranges freezes Splus? (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Thu, 18 Apr 2002 15:48:07 +0200
Dear Mr. Gunter, plotting the single point with the command plot(exp(88)) works. But plot(exp(89)), plot(exp(90)), ..... causes the freeze. The question is why? On the other hand, plot(exp(90)), plot
/archives/html/s-news/2002-04/msg00145.html (9,763 bytes)

12. Re: building block-diagonal matrix ? (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Wed, 16 Jan 2002 17:18:25 +0100
C1<- matrix(0,nrow(A),ncol(B)) ; C2<-matrix(0,nrow(B),ncol(A)) BLOCK<- rbind(cbind(A,C1),cbind(C2,B)) Dr. Pierre Ilouga EVOTEC OAI Screening Operations/Discovery Informatics Schnackenburgallee 114 D-
/archives/html/s-news/2002-01/msg00102.html (9,223 bytes)

13. Extracting an element from a DATA FRAME. (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Tue, 22 Jan 2002 17:57:10 +0100
Dear Splus user, it could be possible that I'm doing something wrong. The simple example I want to present is: X1 2 105 8 63 16 46 1024 13 [1] "2" "8" "16" "1024" 1) First computation: [1] F [1] NA i
/archives/html/s-news/2002-01/msg00156.html (7,481 bytes)

14. .Data/ folder and SPLUS prompt (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Fri, 7 Dec 2001 10:37:07 +0100
Hallo everyone. The situation I encountered is either very crucial or results from an ignorance of me. What's going on? I created a file named "functions.s" (located in my working directory ~/SPLUS/F
/archives/html/s-news/2001-12/msg00063.html (10,041 bytes)

15. Inconsistency of TABLE and DATA.FRAME? (score: 1)
Author: Pierre.Ilouga@evotecoai.com
Date: Fri, 23 Nov 2001 19:10:45 +0100
Hallo everyone. The very simple SPLUS example I would like to present is the following: I'm dealing with a table X of length 5. 2 8 10 16 24 105 63 30 46 1 [1] "2" "8" "10" "16" "24" 2 105 I want now
/archives/html/s-news/2001-11/msg00191.html (7,939 bytes)


This search system is powered by Namazu