Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

7 results for “from:Tony Stocker”

Creating appropriate time axis for data
Tony Stocker · Dec 12, 2011 · r-help

Hello, I am dealing with data stored in a database as a 'time' object. I export the data from the database to a text file and utilize the 'time_to_sec()' function of the database to convert the human readable...

Help with charting time in seconds as HH:MM:SS on charts
Tony Stocker · Dec 12, 2011 · r-help

Hello, I am dealing with data stored in a database as a 'time' object. I export the data from the database to a text file and utilize the 'time_to_sec()' function of the database to convert the human readable...

Am I misunderstanding loop variable assignment or how to use print()?
Tony Stocker · Dec 15, 2011 · r-help

On Thu, Dec 15, 2011 at 10:54, Sarah Goslee <sarah.goslee at gmail.com> wrote: > > print(get(x)[["Pr"]]) maybe. Do the get(), then do the subsetting. > > >>> >>> It's often neater and more efficient to store your anova objects...

Am I misunderstanding loop variable assignment or how to use print()?
Tony Stocker · Dec 15, 2011 · r-help

On Thu, Dec 15, 2011 at 09:51, Sarah Goslee <sarah.goslee at gmail.com> wrote: > But "anova.ag.m2529.az" ?is a character string that happens to be the > *name* of an anova object, but R has no way...

Am I misunderstanding loop variable assignment or how to use print()?
Tony Stocker · Dec 15, 2011 · r-help

Given this interactive session: > an<-ls(pat="anova.ag.m2529") > an [1] "anova.ag.m2529.az" "anova.ag.m2529.can" "anova.ag.m2529.fl" > print(anova.ag.m2529.az) Analysis of Variance Table Response: year Df Sum Sq Mean Sq...

Creating appropriate time axis for data
Tony Stocker · Dec 12, 2011 · r-help

2011/12/12 Uwe Ligges <ligges at statistik.tu-dortmund.de>: > On 12.12.2011 17:44, Tony Stocker wrote: Sorry for the double post but the first message was held for so long that I figured there was a...

Saving non table object as text file with outputting preserved?
Tony Stocker · Dec 14, 2011 · r-help

All, Given the following commands: > ag.m35<-read.table("m35.txt",header=TRUE,sep=",") > ag.m35.lp<-subset(ag.m35, race=="lp") > aov.m35.lp=aov(year~time,data=ag.m35.lp) > anova.m35.lp=anova(aov.m35.lp) > anova...

Can't find what you're looking for? Try searching with Google .