- 1. Urgent:Putting legends on timeseries plots (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Tue, 4 Nov 2003 16:55:38 +0400
- I create a time series object having five series. I plot them using the plot function. It gives me a color graph but does not tell me which color line points to which time series. Can someone tell m
- /archives/html/s-news/2003-11/msg00025.html (7,461 bytes)
- 2. cusumtest critical values (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Mon, 7 Apr 2003 17:48:08 +0400
- c
- /archives/html/s-news/2003-04/msg00056.html (7,105 bytes)
- 3. problem writing functions for roll (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Tue, 8 Apr 2003 19:39:40 +0400
- r
- /archives/html/s-news/2003-04/msg00059.html (7,662 bytes)
- 4. sapply question (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Mon, 3 Mar 2003 19:02:25 +0400
- Can someone tell me if the problem could be solved using sapply - I have two sets of matrices say X & Y with individual matrices x1, x2, x3 and y1, y2, y3 a one to one correspondence. I combine the
- /archives/html/s-news/2003-03/msg00007.html (6,852 bytes)
- 5. Writing to matrices (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Wed, 5 Feb 2003 13:43:42 +0400
- I have a matrix created using the command mat1<-matrix(rep(0,70),ncol=7) I then input some data from a data frame for the first six columns, this includes, text values and some numbers. I now wish t
- /archives/html/s-news/2003-02/msg00015.html (6,904 bytes)
- 6. MARS and splus (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Tue, 18 Feb 2003 18:43:53 +0400
- Does anyone know of a library for conducting MARS analysis in splus. Best Regards Arjun Bhandari ** The contents of this mail are personal opinions of the Author. ADIA disclaims all responsibility a
- /archives/html/s-news/2003-02/msg00109.html (6,558 bytes)
- 7. subsetting data frames (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Tue, 14 Jan 2003 09:26:47 +0400
- I am using SPLUS 6.1 on windows. I would like to subset a dataframe using some criterion for rownames, and then to store the resulting object as a dataframe with those rownames. All rownames in the
- /archives/html/s-news/2003-01/msg00059.html (6,942 bytes)
- 8. Splitting data (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Wed, 11 Dec 2002 12:48:20 +0400
- is there an equivalent of a percentrank function in excel, available in splus. The rank and order functions do not work well Best Regards Arjun Bhandari ** The contents of this mail are personal opi
- /archives/html/s-news/2002-12/msg00085.html (6,726 bytes)
- 9. splitting data (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Wed, 11 Dec 2002 12:57:07 +0400
- Please ignore my earlier mail. I want to split the data into five apporoximately equal parts. Is there a function in splus which allows me to do that. I want to do this such that the number of data
- /archives/html/s-news/2002-12/msg00086.html (6,844 bytes)
- 10. plotting on multiple graphsheets (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Thu, 12 Dec 2002 19:39:27 +0400
- I wish to plot on sequential graphsheets and then save the graphbook as an object. is there a way to do this. Say I want to do tsplot(graph1) on page1, tsplot(graph2) on page two and then save the o
- /archives/html/s-news/2002-12/msg00098.html (7,403 bytes)
- 11. multiple figures in a single graph object (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Mon, 16 Dec 2002 19:32:08 +0400
- I want to plot sequentially on pages some figures. However, when I try to plot the second figure it erases the first one rather than create a new page and plot. Is there some option I need to set so
- /archives/html/s-news/2002-12/msg00121.html (6,947 bytes)
- 12. dynamic variable names (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Sun, 24 Nov 2002 14:37:23 +0400
- I want to create a variable name based on the name in the dataframe. Also I want to append a .ts to it. How can I do so. Best Regards Arjun Bhandari ** The contents of this mail are personal opinion
- /archives/html/s-news/2002-11/msg00192.html (6,585 bytes)
- 13. vectorising loops (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Tue, 26 Nov 2002 09:05:26 +0400
- I am currently using a for loop to perform the following operation. matrix1 <- row of names matrix2 <- columns of data. for each element in row of names, assign(matrix1[i],timeseries(matrix2[i],time
- /archives/html/s-news/2002-11/msg00205.html (6,757 bytes)
- 14. C functions in splus (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Tue, 17 Sep 2002 13:03:08 +0400
- Some of the routines use C code. I want to write an extension to one such function. Is there anyway to find out what is the underlying C code that is being called from that function. I need this to
- /archives/html/s-news/2002-09/msg00115.html (7,281 bytes)
- 15. Splus and C question (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Thu, 19 Sep 2002 10:40:37 +0400
- I was going through the examples but could not find a way to solve my problem. I want to pass a matrix of data, then operate on the columns like looping through each data and depending on what numbe
- /archives/html/s-news/2002-09/msg00128.html (7,627 bytes)
- 16. C symbols (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Thu, 26 Sep 2002 11:04:21 +0400
- I have been writing some C functions of my own, and have been naming them S_function name so I know these are for use with S. I recently found out when going through one of the procedures that Splus
- /archives/html/s-news/2002-09/msg00187.html (6,768 bytes)
- 17. Query: Factors (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Wed, 7 Aug 2002 18:49:33 +0400
- I want to try out the rpart library, but face the following problem. I have some continuous data, which I want to convert to factors. When I do this in excel and import into splus, it is not recogni
- /archives/html/s-news/2002-08/msg00049.html (6,725 bytes)
- 18. Query : Splus and C++ (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Mon, 12 Aug 2002 17:49:03 +0400
- I installed MS visual studio and then installed SPLUS 6.1. Now when I try to create a project of a .c .call dll interface it asks me for the location of sqpe.dll and then does not compile. I use the
- /archives/html/s-news/2002-08/msg00077.html (6,962 bytes)
- 19. Query : S course (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Thu, 15 Aug 2002 10:03:29 +0400
- I have been using S plus for my analysis for quite some time now and have reached a stage where I need some guidance on the advanced features. I wonder if you could help me find such a course in Eur
- /archives/html/s-news/2002-08/msg00100.html (7,107 bytes)
- 20. Query:dyn.load (score: 1)
- Author: "Arjun Bhandari" <arb.eu@adia.co.ae>
- Date: Wed, 21 Aug 2002 13:36:27 +0400
- I managed to write my first S.dll using MSVC++. I used the convolve.c function outlined in the book S programming. I create this chapter in the working directory. It results in a directory convolve
- /archives/html/s-news/2002-08/msg00123.html (7,038 bytes)
This search system is powered by
Namazu