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.

44 results for “from:Tom Wenseleers”

Checking overdispersion in binomial mixed model
Tom Wenseleers · Feb 7, 2014 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20140207/bc48e8e9/attachment.pl>

Passing lme4 optimizer arguments to pbmodcomp and afex/mixed
Tom Wenseleers · Sep 25, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130925/6b08c758/attachment.pl>

Question on mixed model design to analyze microarray data
Tom Wenseleers · Jun 29, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130629/cbff4376/attachment.pl>

Testing significance of deviation of sex ratio (prop of females) from a priori predicted proportion
Tom Wenseleers · Jan 19, 2014 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20140119/29880047/attachment.pl>

Slight differences in fitted coefficients in lme4_1.0-6 compared to lme4_0.999999-2
Tom Wenseleers · Feb 7, 2014 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20140207/3371cced/attachment.pl>

Question on calculating the conflidence limits on the intraclass correlation in a nested binomial mixed model
Tom Wenseleers · Sep 16, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130916/f1871900/attachment.pl>

Question on estimating intraclass correlation (and significance and confidence intervals) with binomial data using mixed model and/or GEE
Tom Wenseleers · Aug 26, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130826/f5c7e316/attachment.pl>

Default location where packages are stored under Windows
Tom Wenseleers · Sep 5, 2015 · r-devel

With a default installation of R on Windows platforms, packages are stored under Program Files/R/R-3.X.X/library. This often causes permission problems, as this directory is always read only by default, requiring the user to either...

Checking overdispersion in binomial mixed model
Tom Wenseleers · Feb 7, 2014 · r-sig-mixed-models

Ha, many thanks! Just saw there is also the code on the http://glmm.wikidot.com/faq I'll probably used that one then! Cheers & thanks! Tom -----Original Message----- From: r-sig-mixed-models-bounces at r-project.org [mailto...

Specification of binomial mixed model with custom intercept
Tom Wenseleers · Jun 23, 2015 · r-sig-mixed-models

Dear all, I have a binomial mixed model fit=glmer(cbind(infected,not_infected)~(1|colony)+treatment*time,family=binomial,data=data) in which I am modelling the evolution of an infection in different social insect colonies across two treatment...

Support for high DPI 4K screens
Tom Wenseleers · Sep 5, 2015 · r-devel

I was recently testing R and RStudio on a high dpi 4K monitor under Windows and noticed that the plot window cannot be scaled or zoomed without affecting the relative sizing of all plot elements (line widths, font sizes, legend...

Splitting up rows in a data frame
Tom Wenseleers · Feb 4, 2010 · r-help

Dear all, I have the following data frame goannot=read.table(file="c:\ApisGOannot.txt",colClasses="character",header=TRUE,sep="\t") GB_nr evidence GO_list 1 GB18414-RA apis 0001507, 0003990, 0004104 2 GB10293-RA apis 0003676 3 GB12644...

Default location where packages are stored under Windows
Tom Wenseleers · Sep 5, 2015 · r-devel

Hi Jeroen, Yes I noticed this - but with students etc it often still causes confusion, and I was just wondering if it would not be better to make it the default during installation of a new R version, as opposed...

Passing lme4 optimizer arguments to pbmodcomp and afex/mixed
Tom Wenseleers · Sep 25, 2013 · r-sig-mixed-models

Hi Ben & Henrik, Many thanks for the feedback! (@Henrik: using your lme4 version with 10000 pwrssUpdate steps also didn't help unfortunately) In case you would have the time to look into it, here is my example: #library(pbkrtest) # latest...

Passing lme4 optimizer arguments to pbmodcomp and afex/mixed
Tom Wenseleers · Sep 25, 2013 · r-sig-mixed-models

Dear all, Just a quick question re pbmodcomp (I'm using version 0.4-0 of pbkrtest, and latest devel version of lme4). I am calling pbmodcomp via afex, but I am getting the dreaded error "3 nodes produced errors...

Use cairo fallback resolution greater than 72dpi in cairo_pdf and cairo_ps in grDevices
Tom Wenseleers · Jul 14, 2015 · r-devel

Dear all, In grDevices R functions cairo_pdf and cairo_ps it is mentioned that when transparency (alpha channels) are used in vector output, it will rasterize the PDF or postscript exported graph at a resolution of 72 dpi : https...

New package export to export graphs & statistical tables to Microsoft Office / Powerpoint / Word / LibreOffice
Tom Wenseleers · Nov 1, 2018 · r-packages

Dear all, Just to announce a new R package, export, that enables you to easily export 'R' graphs and statistical output to 'Microsoft Office' / 'LibreOffice', 'Latex' and 'HTML' Documents, using sensible defaults that result in publication-quality output with simple...

Bug in afex, pbkrtest or lme4 in parametric bootstrapping?
Tom Wenseleers · Aug 21, 2013 · r-sig-mixed-models

Oh yes, and FYI the traceback() was 10: stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef at generic), sQuote(cnames)), domain = NA) 9: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable...

Support for transparency in metafile export & support for export to Powerpoint
Tom Wenseleers · Jul 4, 2015 · r-devel

Dear all, Further to my previous message I now made a one-line convencience function to export your currently active graphics window/plot to either Word or Powerpoint in Office-native vector-based DrawingML format using either export2ppt(file="plot...

Question on estimating intraclass correlation (and significance and confidence intervals) with binomial data using mixed model and/or GEE
Tom Wenseleers · Aug 30, 2013 · r-sig-mixed-models

Dear Ben, Many thanks for this - that's great! With the code you mention I get an NA though in the section that extracts the variance bcolvar <- (fixef(.)["colony"])^2 : If I try gmm2<- glmer(trait~colony+(1|patriline), family...

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