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.
I find the Zelig (R package) approach quite usefull! gg
Terry Take a look in R News - there was a paper published on that topic. gg
Hi, Save help page, section Warnings, last paragraph, 3rd row, 1st word in a row: conpatible ^ should be compatible Regards, Gregor
Take a look at Zelig. There is a function that worked with previous versions of lme4. Gregor
Read about The Malaria Atlas Project using R at http://dx.doi.org/10.1371/journal.pmed.0030473 Regards, Gregor
Hi Alexander! You are mixing WinBUGS and OpenBUGS. R package Rbugs works with OpenBUGS, but the later does not work with Rbugs under Linux! Gregor
Edzer J. Pebesma <e.pebesma <at> geo.uu.nl> writes: > > I get on debian/etch the following, with foreign installed from > r-cran-foreign: Check the archives! Gregor
Simon Urbanek wrote: > Thanks, Gregor, it should be now fixed in the current R-devel. > > Cheers, > Simon Which I gladly confirm. Gregor
Hi! I believe there is a typo in R/src/library/base/man/regex.Rd The 52nd line looks like: The metacharacters are in EREs are ... ^^^^^^^^^^^ Gregor
Hi! I believe there is a typo in R/src/library/base/man/regex.Rd The 52nd line looks like: The metacharacters are in EREs are ... ^^^^^^^^^^^ Gregor
Douglas Bates <bates at ...> writes: > I'd need to look at the code more closely but I suspect that the > results you are getting are spurious. Thanks!
Gabor Grothendieck wrote: ... > If by "Sweave in SVN" you are referring to sweave.bat in the batchfiles > distribution then its not a shell file; rather, its a Windows batch file. Nope. I meant Sweave.sh in R SVN. Gregor
Hi Sandip, > Sorry for the wrong interpretation. So how to avoid that ? I mean how to > forcefully make it character vector ? As indicated by Joshua, ?data.frame will show you the way: df <- data.frame(gender, age, stringsAsFactors = FALSE) Best...
Rick Bilonick <rab at ...> writes: > > Is there an mixed effects R package that can be used to model ordinal > data? > Hint: take a look at the help page for lmer i.e. type ?lmer and read about the family argument...
This is a minor thing but caused some confusion to me: IntegerVector foo1(2, 4.0); // works IntegerVector foo2(2, 4); // throws error while IntegerVector bar1 = IntegerVector::create(4.0, 4.0); // works IntegerVector bar2 = IntegerVector::create(4, 4); // works...
<toby909 <at> gmail.com> writes: > Is this a specialty with R2WinBUGS? Does it have something to do with the seed > value? Isnt the seed value reset everytime I restart winbugs? I always have the same seed if I start WinBUGS...
sj <ssj1364 <at> gmail.com> writes: > Hello, > > I would like to look at the compiled C code behind HoltWinters from the > stats package. Is that possible? If so where do I find it? Get the R source tarball from CRAN...
Gabor Grothendieck <ggrothendieck <at> gmail.com> writes: > inst/NEWS would have the advantage of consistency with R itself > which also has a NEWS file. > ... > > My vote is for inst/ChangeLog. I wote for inst/NEWS, while inst/ChangeLog can also...
Prof Brian Ripley <ripley <at> stats.ox.ac.uk> writes: ... > > Do you have a NAMESPACE? Hi Albart! About the NAMESACE issue. Functions that are specified in NAMESPACE are available when you install a package, while internal ones can only be...
Joe W. Byers <Joe-Byers <at> utulsa.edu> writes: ... > Can anyone explain the benefits and detractions of the 'Date' package > verses the 'date' package and verses 'POSIX' dates. > ... Not sure which one should be prefered, but there was an article...
Can't find what you're looking for? Try searching with Google .