[R] Re: The hidden costs of GPL software?

2004-11-19 Thread Siddique, Amer
my quick thought: R is a programming language and shouldn't be wrapped up in a GUI to serve the interests of those too complacent to learn to leverage its power. and to echo others: I feel an IDE approach with, say, a code editor and a hyperlinked help system with a richer set of examples is

RE: [R] using R in .NET apps

2004-11-02 Thread Siddique, Amer
, Amer Cc: '[EMAIL PROTECTED]' Subject: Re: [R] using R in .NET apps On Tue, 2 Nov 2004, Siddique, Amer wrote: looking for some thoughts on incorporating R functionality to create histograms of data stored in an informix db. im gonna write the app in .Net and will use a managed provider

[R] RE: SCO R

2004-05-28 Thread Siddique, Amer
SCO is grasping for straws. and is now gasping. vexatious lawsuits will only drive so far before puttering out. eventually the curtain gets pulled back on glorified attempts at racketeering. cheers. Message: 76 Date: Thu, 27 May 2004 21:08:12 -0500 From: Deepayan Sarkar [EMAIL PROTECTED]

[R] vector of factors to POSIXlt

2004-02-06 Thread Siddique, Amer
hello, I have a vector of factors str(rcptdt) Factor w/ 51 levels 1/10/03,1/13/03,..: length(rcptdt) [1] 87 which i want to convert to class POSIXlt to extract the day, so: a1-format(rcptdt,%m/%d/%y) length(a1) [1] 87 and: a2-strptime(a1, %m/%d/%y) str(a2) `POSIXlt', format: chr [1:87]

[R] barplot(names.arg) versus axis(labels)

2003-11-07 Thread Siddique, Amer
Should I be able to use axis() on a barplot? i have a data.frame, the first 3 values of which are: c[1:3,] median mean A156.5 58.5 A61 73.0 73.0 A62 63.0 63.0 str(c) `data.frame': 19 obs. of 2 variables: $ median: num 56.5 73 63 161 51 55 44.5 22 54 49 ...

[R] create a vector looping over a frame

2003-07-18 Thread Siddique, Amer
Hello, I have a data.frame names(popA) [1] Year Series AgeWM WF HM HF BM [9] BF IM IF AM AF Yr how do i loop over a subset of variables in this frame to create a vector of length equal to the number of variables in the subset such that the