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.

537 results for “from:Viechtbauer Wolfgang (STAT)”

glmer with nAGQ > 1
Viechtbauer Wolfgang (STAT) · Jul 11, 2013 · r-sig-mixed-models

Dear All, I just tried to fit a mixed-effects logistic regression model with version 0.99999911-5 of lme4 (installed from github). The model includes a random effect for clusters and a random group/treatment effect. I received the...

Distance between x-axis values and title
Viechtbauer Wolfgang (STAT) · Dec 18, 2006 · r-help

Thanks to all who responded so quickly! Yes, I totally overlooked par(mpg). Exactly what I was looking for. -- Wolfgang Viechtbauer ?Department of Methodology and Statistics ?University of Maastricht, The Netherlands ?http://www.wvbauer.com/ > -----Original Message----- > From: John Kane...

suggestion for proportions
Viechtbauer Wolfgang (STAT) · Sep 7, 2011 · r-help

Indeed, the original post leaves some room for interpretation. In any case, I hope the OP has enough information now to figure out what approach is best for his data. Best, Wolfgang > -----Original Message----- > From: Bert Gunter [mailto:gunter.berton...

metafor: estimate correlation between response variables (meta-analysis)
Viechtbauer Wolfgang (STAT) · Dec 15, 2016 · r-sig-mixed-models

Yes, making blup() and ranef() work with 'rma.mv' objects is on my to-do list. Best, Wolfgang > -----Original Message----- > From: Gustaf Granath [mailto:gustaf.granath at gmail.com] > Sent: Thursday, December 15, 2016 10:03 > To: r-sig-mixed...

sample() issue
Viechtbauer Wolfgang (STAT) · Dec 20, 2010 · r-help

Trying to make the fastest referal to FAQ 7.31 is becoming quite a sport around here. David beat us all to it on this round. Chances are there will be many more rounds to come. Best, Wolfgang ----Original Message...

GNLS Crash
Viechtbauer Wolfgang (STAT) · Sep 26, 2008 · r-sig-mixed-models

Hi all, I'm trying to fit a marginal (longitudinal) model with an exponential serial correlation function to the Orange tree data set. However, R crashes frequently when using the gnls() function. With the following simple example, I was able...

CRAN check for package on Sparc Solaris
Viechtbauer Wolfgang (STAT) · May 13, 2015 · r-devel

Dear All, The metafor package currently fails CRAN checks on Sparc Solaris: http://cran.r-project.org/web/checks/check_results_metafor.html The problem is probably due to an unintended (= stupid) use of identical() in a couple tests. I...

What package to use to calculate odds ratio and the confidence interval?
Viechtbauer Wolfgang (STAT) · Aug 14, 2012 · r-help

This is not an odds ratio. You simply calculated 27/131 = .206, which is the odds of having the disease given <40%. You can calculate a confidence interval for this with: exp(log(27/131) - 1.96 * sqrt(1/27...

[R-meta] R tutorial on meta-analysis of proportions
Viechtbauer Wolfgang (STAT) · Sep 4, 2017 · r-sig-meta-analysis

Hi Naike, As far as I am concerned, stuff like this is more than appropriate for this mailing list. Best, Wolfgang -----Original Message----- From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On Behalf...

Is the Intercept Term always in First Position?
Viechtbauer Wolfgang (STAT) · Jan 5, 2010 · r-help

Dear All, I have a question about formulas and model.matrix(). If one specifies a model via a formula, the corresponding design matrix can be obtained with the model.matrix() function. For example: x1 <- c(1,4,2,3,5...

Interesting Paper(s)
Viechtbauer Wolfgang (STAT) · Jul 15, 2011 · r-sig-mixed-models

Dear All, I just noticed this paper, which may be of interest to some of the readers of this list: Li, B., Lingsma, H. F., Steyerberg, E. W., & Lesaffre, E. (2011). Logistic random effects regression models: A comparison of statistical...

Optional data argument for a function
Viechtbauer Wolfgang (STAT) · Feb 29, 2008 · r-help

Dear All, I am working on a function that has an optional data argument, just like lm(). If the user sets the data argument equal to some dataframe, then the function should look inside the dataframe for the variables given...

Interesting software comparison paper
Viechtbauer Wolfgang (STAT) · May 25, 2010 · r-sig-mixed-models

Hello All, I just stumbled across this article and I figured this may be of interest to some of you: Austin, P. C. (2010). Estimating Multilevel Logistic Regression Models When the Number of Clusters is Low: A Comparison of Different...

[R-meta] metafor rma results in table
Viechtbauer Wolfgang (STAT) · Jan 30, 2018 · r-sig-meta-analysis

Dear Roberto, It depends on what parts of the output you want to put in a table. If you just want the "Model Results" part, then this will work: xtable(coef(summary(res))) where 'res' is an object returned by...

Release Dates lme4 Version
Viechtbauer Wolfgang (STAT) · Mar 11, 2014 · r-sig-mixed-models

Hello All, This is actually more of a question directly for the lme4 maintainers, but I think others may be interested as well, so I am sending this to the mailing list. I noticed that there are already versions 1...

Article on using observation-level random effects vs beta-binomial models for overdispersed binomial data
Viechtbauer Wolfgang (STAT) · Jul 21, 2015 · r-sig-mixed-models

Dear All, An article was just published in PeerJ that may be of interest to some readers of this mailing list: Harrison, X. A. (2015). A comparison of observation-level random effect and beta-binomial models for modelling overdispersion in...

Writing methods for existing generic function
Viechtbauer Wolfgang (STAT) · Apr 19, 2010 · r-help

Dear All, Suppose I want to write a method for the generic function confint(): > args(confint) function (object, parm, level = 0.95, ...) So, it looks like the second and third argument have been predefined in the generic function. Suppose one...

[R-meta] Calculate individual SDs from ES's SDs
Viechtbauer Wolfgang (STAT) · Feb 26, 2018 · r-sig-meta-analysis

As far as I can tell, you can't. But what is that 0.07 SD supposed to be a standard deviation of anyway? And n=3 for each group or was there only a single group that was measured...

help(clusterApply) (parallel package)
Viechtbauer Wolfgang (STAT) · Jan 25, 2017 · r-devel

Hello, In help(clusterApply) of the 'parallel' package, it says: "clusterApply calls fun on the first node with arguments seq[[1]] and ..., on the second node with seq[[2]] and ..., and so on, recycling nodes as needed." But the argument...

[R-meta] R script of metafor for single proportion
Viechtbauer Wolfgang (STAT) · Oct 8, 2017 · r-sig-meta-analysis

Dear Yalem, Naike Wang posted a video tutorial on this: https://stat.ethz.ch/pipermail/r-sig-meta-analysis/2017-September/000181.html The link to the video is: https://youtu.be/2wbXTFvaRnM There are also some notes on the...

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