[R] Job Opportunity - AMD Sunnyvale

2006-11-15 Thread Kittler, Richard
To all: We have an opening for a recent graduate to work as a Statistical Programmer at Advanced Micro Devices (AMD) in Sunnyvale CA beginning January 2007. AMD is a global supplier of microprocessors and silicon-based solutions to the communications and computer industries. This position will s

RE: [R] Lattice xyplot -- footnote font size / mtext

2005-06-03 Thread Kittler, Richard
Great! That should do it. Thanks. --Rich -Original Message- From: Deepayan Sarkar [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 2:16 PM To: r-help@stat.math.ethz.ch Cc: Kittler, Richard Subject: Re: [R] Lattice xyplot -- footnote font size / mtext On Friday 03 June 2005 15

[R] Lattice xyplot -- footnote font size / mtext

2005-06-03 Thread Kittler, Richard
Is there a way of controlling the font size and alignment of a footnote in an xyplot, or alternatively of using 'mtext' to place a footnote at the bottom of a graph? --Rich Richard Kittler Advanced Micro Devices, Inc. Sunnyvale, CA __ R-help@stat.m

RE: [R] How to override coerion error in 'scan'

2005-04-25 Thread Kittler, Richard
nt: Saturday, April 23, 2005 6:50 AM To: Kittler, Richard Cc: r-help@stat.math.ethz.ch Subject: Re: [R] How to override coerion error in 'scan' Kittler, Richard wrote: > I am using 'read.csv' in V2.0.1 to read in a CSV file with the > colClasses option and am getting an

[R] How to override coerion error in 'scan'

2005-04-22 Thread Kittler, Richard
I am using 'read.csv' in V2.0.1 to read in a CSV file with the colClasses option and am getting an error from 'scan' when it encounters a non-numeric value for a 'numeric' column, i.e. > ds <- read.csv(in_file, nrows=irow, row.names=NULL, colClasses=zclass, comment.char="")