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:TimothyDalbey”

HoltWinters in R 2.14.0
TimothyDalbey · Nov 4, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111104/8445c3dc/attachment.pl>

Data Frame Search Slow
TimothyDalbey · Nov 22, 2011 · r-help

Answer to my own question: ush <- data.table(read.csv(...)) setkey(ush, product_id) s1 <- ush[J[product.id]] > user system elapsed > 0.000 0.000 0.003 > It seems like that's the method to use! Amazing. -- View this...

Data Frame Search Slow
TimothyDalbey · Nov 22, 2011 · r-help

Wow, these specs are fantastic: > user system elapsed > 0.33 0.00 0.39 > I wonder how much of that is because of the capacity of the box that you are running R on. Can you post pertinent specs? This...

Data Frame Search Slow
TimothyDalbey · Nov 22, 2011 · r-help

So, here is the result time from using the datatable package: > user system elapsed > 0.800 0.012 1.847 > Here are the methods that I am using: ush <- data.table(read.csv(...)) setkey(ush, product_id) s1 <- subset(ush...

HoltWinters in R 2.14.0
TimothyDalbey · Nov 4, 2011 · r-help

Hey All, First time on these forums. Thanks in advance. Soooo... I have a process that was functioning well before the 2.14 update. Now the HoltWinters function is throwing an error whereby I get the following: Error in HoltWinters...

Data Frame Search Slow
TimothyDalbey · Nov 22, 2011 · r-help

Update from email outside of this thread: Justin Haynes writes: > matrices will help, but two quick solutions: > > if you are looking for single items to go in the some_value space, use == > instead of %in% and you'll notice speedups...

Data Frame Search Slow
TimothyDalbey · Nov 22, 2011 · r-help

Hey All, So - I promise to write a blog post on this topic and post it somewhere on the internet once I get to the bottom of this. Basically, the set-up to the problem is like this: 1. I...

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