Re: [R] Producing residual plots by time for lme object

2010-07-08 Thread Anne York
The plot also works if you replace "na.exclude" with "na.omit". On Wed, 7 Jul 2010, Deepayan Sarkar wrote: DS > On Fri, Jul 2, 2010 at 11:40 AM, Gregory Gentlemen DS > wrote: DS > > Fellow R-users, DS > > DS > > I have a longitudinal data set with missing values in it. I would like to produce

Re: [R] How do people use Sweave / R / Databases

2010-01-30 Thread Anne York
On Fri, 29 Jan 2010, Paul wrote: P > I'm currently using r scripts in sweave to grab some data via ODBC, process P > it then generate some tables. I'd like to be able to give someone the files P > and let them reproduce what I've done. Is there some way to store the data P > that is gathered b

Re: [R] Plotting numeric values against non numeric items

2010-01-11 Thread Anne York
Check out the interaction.plot function. On Fri, 8 Jan 2010, lse1986 wrote: l > l > Hi i want do a line graph. l > l > My y axis contains numeric values. My x axis contains non numeric l > statements. l > l > This is what i want the graph to look like. l > l > When i try to plot this graph

Re: [R] Binning groups

2008-05-22 Thread Anne York
On Thu, 22 May 2008, francogrex wrote: f > f > Hi, this is probably quite simple but I can't seem to do it correctly. I have f > a data frame of counts of infections in different ages; something like: f > count=c(1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 7, 8, 8, 9, 9, f > 10, 11, 15, 17,

Re: [R] How to make reference to R in the method section in a scientific article? (fwd)

2008-02-04 Thread Anne York
On Mon, 4 Feb 2008, Falco tinnunculus wrote: Ft > Dear all, Ft > Ft > How do I make reference to R in the method section in a scientific article? Ft > Should I state the web aderess? Ft > Ft > And, is this the proper way to report the lme test? Ft > Ft > Ft > "The relationships were assumed to be

Re: [R] How to make reference to R in the method section in a scientific article?

2008-02-04 Thread Anne York
On Mon, 4 Feb 2008, Falco tinnunculus wrote: Ft > Dear all, Ft > Ft > How do I make reference to R in the method section in a scientific article? Ft > Should I state the web aderess? Ft > Ft > And, is this the proper way to report the lme test? Ft > Ft > Ft > "The relationships were assumed to

Re: [R] book on regular expressions

2007-12-11 Thread Anne York
On Tue, 11 Dec 2007, Christos Hatzis wrote: CH > Hello, CH > CH > Could someone recommend a good book on regular expressions with focus on CH > applications/use as it might relate to R. I remember there was a mention of CH > such a reference book recently, but I could not locate that message