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

PostgreSQL & DBI or ???
FWR · Oct 7, 2002 · r-help

The only database access package I see on CRAN is DBI. But is there a PostgreSQL driver for it yet? (where?) There is no sign of an RPgSQL package on CRAN either. What to do? Thanks, Bruce L. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help...

Bug in plot() with POSIX dates (PR#4024)
mail@fwr.on.ca · Aug 30, 2003 · r-devel

When I do this (highly simplified example): plot(as.POSIXct(c("1984-01-01","1984-01-02")), c(1,2), col=2) I get a partially red (col=2) x-axis between and including the first and last tick marks...

Convert daily to weekly ts ?
FWR · Oct 2, 2002 · r-help

Have 3.5 years daily data that I want to convert to weekly. Looking for something like SAS's "expand" function, where you can specify the conversion function (sum, average, etc.) and get a new vector out with different sampling...

spline bug ?
FWR · Oct 4, 2002 · r-help

The bug reported above for "spline" is probably related to a similar problem with sequencing in POSIX dates. For example this works ok: > seq(from=1,to=4,out.length=4) [1] 1 2 3 4 But the following gives...

spline bug ?
FWR · Oct 3, 2002 · r-help

# Is this a bug or something I don't understand? spline(date, stor, n=52, xmin=mind, xmax=maxd) # gives length(x) of 53 ????, but y has the expected length of 52 # Shouldn't they be the same length? From...

Convert daily to weekly ts ?
FWR · Oct 2, 2002 · r-help

>Have 3.5 years daily data that I want to convert to weekly. Looking for something > like SAS's "expand" function, where you can specify the conversion function (sum, > average, etc.) and get a new vector out with different sampling...

Convert daily to weekly ts ?
FWR · Oct 3, 2002 · r-help

Thanks to Jason Turner and others for their comments. I still have to decide whether the calendar (POSIXt) based week-of-year aggregates, or the constant 7-day aggregates (using aggregate.ts), are more appropriate for what I want to...

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