Search String: Display: Description: Sort:

Results:

References: [ +from:sundar.dorai-raj@pdf.com: 212 ]

Total 212 documents matching your query.

1. Re: How to extract elements from a fitted model? (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Mon, 10 Apr 2006 13:33:58 -0500
ng,
/archives/html/s-news/2006-04/msg00045.html (10,308 bytes)

2. Re: - Multiple Plots using By (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Wed, 12 Apr 2006 22:02:36 -0500
9AM
/archives/html/s-news/2006-04/msg00057.html (8,391 bytes)

3. Re: Date column (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Wed, 01 Mar 2006 13:36:22 -0600
Date1 05/01/1990 06/02/1995 07/03/2001 08/03/2003 I would like to create a corresponding column that tests the Date1 column and creates a variable in another column that states either “Twentieth Cent
/archives/html/s-news/2006-03/msg00001.html (8,640 bytes)

4. Re: multiplication problem - what happens at 46341? (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Fri, 03 Mar 2006 14:03:32 -0600
&
/archives/html/s-news/2006-03/msg00009.html (9,651 bytes)

5. Re: multiplication problem - what happens at 46341? (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Fri, 03 Mar 2006 15:00:55 -0600
s
/archives/html/s-news/2006-03/msg00011.html (11,374 bytes)

6. Re: sorting dataframe on rownames (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Tue, 28 Mar 2006 10:38:06 -0800
h
/archives/html/s-news/2006-03/msg00082.html (7,990 bytes)

7. Re: How to cbind a list to data.frame while avoid using for loop (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Thu, 16 Feb 2006 13:00:51 -0600
temp [[1]] MSFT 1999 37156 2000 52150 2001 59257 2002 67646 2003 79571 2004 92389 [[2]] IBM 1999 87495 2000 88349 2001 88313 2002 96484 2003 104457 2004 109183 [[3]] GOOG 1999 NA 2000 NA 2001 NA 200
/archives/html/s-news/2006-02/msg00051.html (9,443 bytes)

8. Re: Character Conversion to Upper Case (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Mon, 27 Feb 2006 22:05:16 -0600
See ?casefold. --sundar Andrew Scott wrote: Dear S-News Readers , I've got a quick question: Is there an S-Plus command that converts a character field into upper case? Thanks Andrew Scott
/archives/html/s-news/2006-02/msg00083.html (7,746 bytes)

9. Re: Last question for today (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Tue, 10 Jan 2006 13:11:04 -0800
Something like: merge(x, aggregate(list(Mean = x$V1), x["V4"], mean)) where x is your "Data.Set.1" below. --sundar Last question of the day... I want to assign the mean to each row of input (V4) grou
/archives/html/s-news/2006-01/msg00032.html (9,243 bytes)

10. Re: Coding Question (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Tue, 24 Jan 2006 16:00:39 -0600
Roberts, J. Kyle wrote: I have a dataset in which I need to dummy code (sort of) two separate variables. Variable 1 I have 5 years of data on students in teachers classrooms. Each teacher entered the
/archives/html/s-news/2006-01/msg00076.html (9,380 bytes)

11. Re: Removing 0's (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Mon, 21 Nov 2005 06:16:52 -0600
Using S-Plus 6.2 for Windows XP I have a vector of values that looks like this: 0 0 12 15 16 0 0 18 4 3 2 0 0 Does there exist an elegant way to achieve the following =removing the 0's at the start o
/archives/html/s-news/2005-11/msg00051.html (8,110 bytes)

12. Re: allowing for missing arguments in functions (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Fri, 25 Nov 2005 07:43:07 -0600
Eric yang wrote: Dear members, I've created a function that reads in 10 arguments in the function call, example my.fun <- function(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) { ... }
/archives/html/s-news/2005-11/msg00066.html (8,257 bytes)

13. Re: NA problem with aggregate (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Fri, 25 Nov 2005 07:47:40 -0600
I’m working with a data frame with 6 columns. The first column indicates the year (ranging from 1993 until present) and the other ones the measurements at different locations. For each year there ar
/archives/html/s-news/2005-11/msg00067.html (9,805 bytes)

14. Re: extract row name of matrix (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Wed, 05 Oct 2005 12:42:37 -0500
Hello to all -- My apologies for what I know to be an elementary question, but cannot seem to find the answer to. I would like to extract the row name of a matrix where the third column has it's maxi
/archives/html/s-news/2005-10/msg00009.html (8,441 bytes)

15. Re: finding substrings (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Tue, 13 Sep 2005 04:40:30 -0500
I would like to find the exact match of a substring(/sub-vector) within a string (/vector). For example, suppose I have x <- c(F, F, F, T, T, F, F, T, T, F, F, T, T, T, F, F, F, F, F, T, T, T, F, F,
/archives/html/s-news/2005-09/msg00029.html (8,433 bytes)

16. Re: Removing duplicates from Rows (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Tue, 27 Sep 2005 15:42:15 -0500
Thanks, Jag See ?unique or ?duplicated. Probably you want: data[!duplicated(data[c("col1", "col2")]), ] If "col1" and "col2" are the only columns in data, then you simply need: unique(data) HTH, --su
/archives/html/s-news/2005-09/msg00093.html (8,674 bytes)

17. Re: Maximize a graphsheet (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Thu, 04 Aug 2005 10:34:13 -0500
l
/archives/html/s-news/2005-08/msg00013.html (8,095 bytes)

18. Re: Formatting trellis graphics (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Mon, 22 Aug 2005 10:39:54 -0500
p
/archives/html/s-news/2005-08/msg00101.html (9,650 bytes)

19. Re: Formatting trellis graphics (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Tue, 23 Aug 2005 11:27:42 -0500
)
/archives/html/s-news/2005-08/msg00108.html (8,773 bytes)

20. Re: Color code Scatter Plot....... (score: 1)
Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Date: Wed, 24 Aug 2005 09:17:49 -0500
h
/archives/html/s-news/2005-08/msg00112.html (8,485 bytes)


This search system is powered by Namazu