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.

331 results for “from:Gregor Gorjanc”

Presentation of results from GLMMs
Gregor Gorjanc · Apr 16, 2009 · r-sig-mixed-models

I find the Zelig (R package) approach quite usefull! gg

noweb and R
Gregor Gorjanc · Jul 27, 2009 · r-devel

Terry Take a look in R News - there was a paper published on that topic. gg

Typo in save help page
Gregor Gorjanc · Nov 16, 2006 · r-devel

Hi, Save help page, section Warnings, last paragraph, 3rd row, 1st word in a row: conpatible ^ should be compatible Regards, Gregor

prediction intervals from a mixed-effects models?
Gregor Gorjanc · Apr 14, 2008 · r-sig-mixed-models

Take a look at Zelig. There is a function that worked with previous versions of lme4. Gregor

R for The Malaria Atlas Project
Gregor Gorjanc · Dec 30, 2006 · r-sig-geo

Read about The Malaria Atlas Project using R at http://dx.doi.org/10.1371/journal.pmed.0030473 Regards, Gregor

rbugs on linux and wine
Gregor Gorjanc · Apr 21, 2008 · r-help

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

foreign
Gregor Gorjanc · Oct 20, 2006 · r-sig-debian

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

Segmentation fault on bin/R --version in R-devel
Gregor Gorjanc · Mar 4, 2007 · r-devel

Simon Urbanek wrote: > Thanks, Gregor, it should be now fixed in the current R-devel. > > Cheers, > Simon Which I gladly confirm. Gregor

Typo in regex help page
Gregor Gorjanc · Sep 3, 2007 · r-devel

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

Typo in regex help page
Gregor Gorjanc · Aug 28, 2007 · r-devel

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

Bug?: var estimates on exp scale for gaussian(link=log)
Gregor Gorjanc · Jan 7, 2008 · r-sig-mixed-models

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!

Sweave.sh shell script on CRAN
Gregor Gorjanc · Apr 16, 2007 · r-devel

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

Typeof for character vector in dataframe returns integer
Gregor Gorjanc · Apr 1, 2014 · r-devel

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...

Mixed Effects Model for Ordinal Data
Gregor Gorjanc · Jul 31, 2008 · r-sig-mixed-models

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...

[Rcpp-devel] IntegerVector initialization
Gregor Gorjanc · Jan 12, 2012 · rcpp-devel

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...

R2WinBUGS results not different with different runs
Gregor Gorjanc · Aug 7, 2007 · r-help

<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...

.C HoltWinters
Gregor Gorjanc · Feb 28, 2007 · r-help

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...

faqs
Gregor Gorjanc · Nov 15, 2007 · r-devel

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...

developing a package: increase the number of functions
Gregor Gorjanc · Jul 31, 2007 · r-devel

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...

Date, date, POSIX question
Gregor Gorjanc · Nov 5, 2006 · r-help

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 .