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.
With R 2.3.1 on Windows, I've noticed that it defaults to the "WinAsci.enc" encoding, which throws up an error when viewed with the default install of GhostScript/GSView (versions 8.51/4.7 respectively). I didn...
Hello All, I am running a GLMER with Gamma distribution and identity link. I have to add a small constant (1 or 0.001) to my outcome to be able to run my models. I know in a linear regression...
Dear all, I hope this message finds you well. I am currently trying to subset my data by two variables, so far, I have tried two different ways to stratify participants into groups. I would like to use the ?summary...
Thanks for the info, I'm happy to use the new httpd server that serves the help files - that'd definitely help. My difficulty with this approach is that I'm not sure how to get the URL - Say for...
On 2022-10-28 20:48, Ying Li via R-package-devel wrote: >> Flavor: r-devel-windows-x86_64 >> Check: examples, Result: NOTE >> Examples with CPU (user + system) or elapsed time > 10s >> user system elapsed >> RDM 40.05 0.89...
I have a time series of rainfall in a dataframe. I would like to be able to aggregate this using a sliding window approach- i.e. a new 24 hourly total is calculated for each hours rainfall. I'm struggling...
Dear all, I am having trouble working out how I might do the following and would appreciate any thoughts. I am working with data concerning precipitation. The data are in 2 columns in a data frame called "storm" in the...
Dear all, I am having trouble working out how I might do the following and would appreciate any thoughts. I am working with data concerning precipitation. The data are in 2 columns in a data frame called "storm" in the...
Dear R users, I am running a large loop over about 400 files. To outline generally, the code reads in the initial data file, then uses lookup text files to obtain more information before connecting to a SQL database using...
Hi all, I'm hoping there's a quick fix for this. I have two data frames and am running a loop to match similar rows. However the matching is not working well, and I suspect it is because of...
Hi all, I've been developing a little project for the past few months on R2.9. The project utilises RServe to access R over at tcp/ip connection. One feature of the project is to take R-Help and...
Sorry, I think I just got confused. I meant cross-compiling from linux with mingw since cygwin's cmake is giving me trouble, but it's probably more effort than it's worth to get the same compiler. Thanks for...
So, I've been confused by this for a while. If I want to create functions in an apply, it only uses the desired value for the variable if I create a new local variable: > lapply(1:5,function(h...
1) When doing that, there won't be any problem using a different version of MinGW? 2) I'm guessing I'd want to do this in linux, to avoid including the cygwin dlls? --Jamie Jamie Olson On Wed, Jan...
Dear all, I have a problem with a loop, if anyone has any knowledge on these things I would appreciate some comments. The code below is designed to allow me to extract the top record of the data frame, and...
Thanks to Romain, this is perfect - On Thu, May 27, 2010 at 8:05 PM, Romain Francois <romain.francois at dbmail.com> wrote: > > Le 27/05/10 09:48, Jamie Love a ?crit : >> >> Thanks for the info, >> >> I'm happy...
Dear all, I am having some problems with the folowing task and would appreciate any thoughts on the matter. I have a sliding window time series of rainfall. This is 24 hour window created from an hourly record. Every hour...
I am having trouble getting standard errors for contrasts using se.contrast() in what appears to be a simple case to me. The following test example illustrates my problem: Lab <- factor(rep(c("1","2","3"),each=12)) Material <- factor...
Thank you very much. I'll try. Jamie Kevin Middleton-3 wrote: > > > Jamie, > > Try it as: > > data2 <- read.table(pipe('pbpaste'), header = T) > > I have a read.clipboard() function defined in ~/.Rprofile: > > read.clipboard <- function(){read.table(pipe('pbpaste'), header...
Hi all, I'm a relative beginner in c/c++ and I'm trying to use c/c++ libraries in an R package. I need it to work in Windows, though, and I'm struggling to get things working. Environment...
Can't find what you're looking for? Try searching with Google .