Search String: Display: Description: Sort:

Results:

References: [ +from:pillindra@quantros.com: 49 ]

Total 49 documents matching your query.

1. NL:NL:Moving analytics though web interface (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Wed, 3 Mar 2004 17:24:50 -0800
Dear Sir/Madam, I am trying to move the analytics though web interface and it is giving the following error. It used to work fine earlier. Can you please let me know what is the reason for this error
/archives/html/s-news/2004-03/msg00040.html (7,648 bytes)

2. Plot Command - Help (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Tue, 12 Aug 2003 18:48:18 -0700
Dear S-plus experts, Can any of you help with the following: I am trying to plot a graph using "plot" command. In the following case, vect1 <- c(1,2) vect2 <- c(NA,0) plot(vect1,vect2,xaxt="n") axis(
/archives/html/s-news/2003-08/msg00070.html (7,019 bytes)

3. Re: Plot Command - Help (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Wed, 13 Aug 2003 11:15:09 -0700
Thanks to Spencer for such a quick repsonse. Using xlim to plot command solves the problem. Padma --Original Message-- From: s-news-owner@lists.biostat.wustl.edu [mailto:s-news-owner@lists.biostat.wu
/archives/html/s-news/2003-08/msg00074.html (9,023 bytes)

4. axis command help (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 10 Jul 2003 15:32:36 -0700
Dear S-plus experts, Can any of you help me with this? I am trying to put the tick marks and labels on the plot using axis command. For example: -- vect1 <- seq(1:40) vect2 <- seq(51:90) plot(vect1,v
/archives/html/s-news/2003-07/msg00076.html (7,275 bytes)

5. Thank you - axis command help (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 10 Jul 2003 15:51:31 -0700
Thanks to Sundar for the very quick respone. Also thanks to Liaw, Andy for suggesting to use the mtext command. Thanks much, Padma command. For cases like this in which axis drops labels that are too
/archives/html/s-news/2003-07/msg00079.html (8,435 bytes)

6. two-tailed Bivariate Correlation (Spearman's Rho) (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Wed, 25 Jun 2003 14:05:27 -0700
Dear S-plus experts, Can any one help me if there is any function in S-plus for 'two-tailed Bivariate Correlation (Spearman's Rho)'. I would appreciate for the help. Thanks in advance, Padma
/archives/html/s-news/2003-06/msg00185.html (6,612 bytes)

7. Calculating Percentiles (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Wed, 9 Apr 2003 11:34:53 -0700
a
/archives/html/s-news/2003-04/msg00062.html (7,625 bytes)

8. round function - help (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 19 Dec 2002 09:38:57 -0800
I am trying to round a decimal value to the nearest whole number. Ex: 2.5 to 3 3.5 to 4 2.4 to 2 2.6 to 3 But the round function is following the rule 'round to even'. Is there any way that I can us
/archives/html/s-news/2002-12/msg00136.html (7,234 bytes)

9. Thank You- round function help (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 19 Dec 2002 13:11:44 -0800
Thanks to all who repsponded to my question about rounding The solution using floor works for me: floor(x + .5) Thanks again, Padma --Original Message-- From: s-news-owner@lists.biostat.wustl.edu [ma
/archives/html/s-news/2002-12/msg00145.html (8,284 bytes)

10. Moving the y axis label away from plot in xyplot (Trellis Charts) (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 14 Nov 2002 13:30:55 -0800
Hi all, Can any of you help me with this? I am trying to find out what is the command to use if I need to move the y-axis label away from the plot. I know that in case of regular charts I can use "ll
/archives/html/s-news/2002-11/msg00131.html (7,493 bytes)

11. Vector of same values (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Wed, 30 Oct 2002 12:39:53 -0800
Hi all, Can you please help me with this? I have a vector of values. I am trying to return 'TRUE' if all the elements of the vector are same. Otherwise it should return "FALSE". For example: x <- c(1
/archives/html/s-news/2002-10/msg00257.html (6,957 bytes)

12. Sort.col to sort by a particular column in Data frame (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 5 Sep 2002 16:58:32 -0700
Hi all, I am trying to sort a data frame by a particular column (which is numeric) of a data frame . arg4 <- c("1","10","11","12","13","14","15","2","3","4","5","6","7","8A","8B","9") zz <- c(69.6, 8
/archives/html/s-news/2002-09/msg00028.html (8,292 bytes)

13. Graph having axes of same length with different scales (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Mon, 23 Sep 2002 16:20:02 -0700
Hi All, Can any of you help me with this plot? I am trying to plot a graph with different scales for each axis. However, the length of each axis being same. Ex: measureVect <- c(0.25,100,4.2,1200) I
/archives/html/s-news/2002-09/msg00156.html (8,008 bytes)

14. To Draw axis at a specified angle (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 26 Sep 2002 15:59:25 -0700
Hi all, Can any of you let me know how to draw axis at a specified angle? I am trying to draw axis at an angle of 60 Degrees. When I see the 'axis' commnd I can draw axis at sides 1,2,3 & 4. Is there
/archives/html/s-news/2002-09/msg00196.html (6,794 bytes)

15. Getting Elements from two Dataframes with commom values of a particular column (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 18 Jul 2002 11:53:25 -0700
Hi all, Can any one help me how to achieve the following with tow data frames I have tow data frames agg3 and agg4 as show below. -- agg3: MonthName yearName MonthVal ENTITIESID CATD CATE MEASUREVALU
/archives/html/s-news/2002-07/msg00127.html (9,102 bytes)

16. Plotting points on different axes (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 13 Jun 2002 12:51:25 -0700
Dear S'ers, Can any of you help me with this plot? I am trying to draw a graph that plots points on different axes aligned at different angles and connect them together with lines and making a polygo
/archives/html/s-news/2002-06/msg00111.html (7,751 bytes)

17. Names of the each sub array of' by' function (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Mon, 1 Apr 2002 16:22:33 -0800
Hi all, Can any of you help with the names on the top of the sub-array of the output of 'by' function. I am using 'by' function to calculate and print the results using the following code: -- z <- by
/archives/html/s-news/2002-04/msg00007.html (8,598 bytes)

18. Drawing a curve connecting points of a plot (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Wed, 3 Apr 2002 18:50:28 -0800
Hi all, Can any of you help me with this? I need to draw a curve instead of line connecting all the points and I don't want to show points on the graph. I tried with plot command. With this I could d
/archives/html/s-news/2002-04/msg00026.html (7,635 bytes)

19. Changing Type of box in a graph to Trellis xyplot (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Thu, 7 Feb 2002 20:40:03 -0800
Hi all, Can any of you let me know how to change the type of box in xyplot of Trellis charts? I am looking for the functionality similar to bty="o", "l", "7" or "c" in Trellis xy plot i.e, par(bty=l)
/archives/html/s-news/2002-03/msg00051.html (7,900 bytes)

20. Importing data using StatServer 2000 (score: 1)
Author: "Padma Illindra" <pillindra@quantros.com>
Date: Fri, 8 Feb 2002 18:31:32 -0800
Hi all, I am using statserver 2000 for creating analytics in our developement process. I am trying to download data from oracle database by checking option "Allow data input from database" to import
/archives/html/s-news/2002-03/msg00065.html (8,444 bytes)


This search system is powered by Namazu