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)”

lmList from lme4 on grouped data objects
Viechtbauer Wolfgang (STAT) · Nov 12, 2013 · r-sig-mixed-models

Dear lme4-Maintainers, As far as I can tell, lmList() from lme4 does not play nicely with grouped data objects from the nlme package. Example: library(lme4) data(Orthodont, package="nlme") class(Orthodont) ### [1] "nfnGroupedData" "nfGroupedData" "groupedData" "data.frame" res...

Optimal Y>=q cutoff after logistic regression
Viechtbauer Wolfgang (STAT) · Feb 14, 2011 · r-help

That's definitely one for the fortune package! Wolfgang > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] > On Behalf Of Frank Harrell > Sent: Monday, February 14, 2011 14:50 > To...

MCMCglmm multivariate meta-analysis with covariance
Viechtbauer Wolfgang (STAT) · Oct 19, 2016 · r-sig-mixed-models

For ML/REML estimation, you can also use metafor, mvmeta, and metaSEM. An illustration of a multivariate meta-analysis with the metafor package can be found here: http://www.metafor-project.org/doku.php/analyses:berkey1998 Best, Wolfgang -- Wolfgang Viechtbauer...

[R-meta] Ratio of Means
Viechtbauer Wolfgang (STAT) · Jul 25, 2017 · r-sig-meta-analysis

I've updated: http://www.metafor-project.org/doku.php/analyses:vanhouwelingen2002 It now shows how to get the regression of the underlying effects and also how to draw the confidence ellipse. The 5.99 comes from qchisq(.95, df...

FOSS licence with BuildVignettes: false
Viechtbauer Wolfgang (STAT) · Sep 15, 2013 · r-devel

Dear All, I have been checking the metafor package against R-devel. R CMD check --as-cran metafor yields one note: FOSS licence with BuildVignettes: false Yes, I have 'BuildVignettes: FALSE' in my DESCRIPTION file. I see at http://developer...

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

See FAQ 7.31: http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f And try this: 25000*(1-.55) - 11250 25000*.45 - 11250 Notice a difference? Best, -- Wolfgang Viechtbauer...

Course and book announcements on r-help
Viechtbauer Wolfgang (STAT) · Mar 13, 2015 · r-help

Dear All, Just wondering: Is there any official policy on announcing R-related courses and books on r-help? I didn't find anything on this in the posting guide, but http://www.r-project.org/mail.html#instructions says...

Regarding Bivariate normal distribution.
Viechtbauer Wolfgang (STAT) · Jul 25, 2007 · r-help

No, x and y are not unique. In fact, there is an infinite number of x and y pairs that are roots to the equation P[X<x, Y<y] = 0.05. -- Wolfgang Viechtbauer ?Department of Methodology and Statistics ?University...

Metafor
Viechtbauer Wolfgang (STAT) · Aug 5, 2010 · r-help

Correct. -- Wolfgang Viechtbauer http://www.wvbauer.com/ Department of Methodology and Statistics Tel: +31 (0)43 388-2277 School for Public Health and Primary Care Office Location: Maastricht University, P.O. Box 616 Room B2.01 (second floor) 6200 MD...

t-test for regression estimate
Viechtbauer Wolfgang (STAT) · Jun 28, 2016 · r-help

But the second column in coef(summary(ols1)) gives you the SE, so why not use that? Otherwise, you may want to look into the 'multcomp' package and its glht() function. Best, Wolfgang > -----Original Message----- > From: R-help [mailto:r...

meta-analysis, outcome = OR associated with a continuous independent variable
Viechtbauer Wolfgang (STAT) · Apr 5, 2012 · r-help

You can get an OR from a 2x2 table (which is equivalent to doing logistic regression with a single dummy variable that indicates the group) or from some continuous exposure (where the logistic regression model will then include that continuous...

System of related regression equations
Viechtbauer Wolfgang (STAT) · Feb 22, 2011 · r-help

What you are describing is a path model (e.g., http://bit.ly/f4siTs). You can fit such a model with the sem package (http://cran.r-project.org/web/packages/sem/index.html). Best, -- Wolfgang Viechtbauer Department of Psychiatry...

Font Size for View()
Viechtbauer Wolfgang (STAT) · Oct 20, 2017 · r-sig-debian

Thanks for the feedback. At least on Windows, the font size for View() appears to be controlled by the font size specified under the Rgui preferences / Rconsole. I thought that under Linux, it might be controlled by some .Xresources/.Xdefaults...

significance test for difference of two correlations
Viechtbauer Wolfgang (STAT) · Jul 26, 2007 · r-help

Let r_1 be the correlation between the two variables for the first group with n_1 subjects and let r_2 be the correlation for the second group with n_2 subjects. Then a simple way to test H0...

Setting constraints in the glm package
Viechtbauer Wolfgang (STAT) · Oct 26, 2010 · r-help

The constraint b1=b2 in a model such as b0 + b1 x1 + b2 x2 + b3 x3 implies that b0 + b1 (x1 + x2) + b3 x3, so just add x1 and x2 (call this x12) and fit the model b0 + b1 x12...

[R-meta] Syntax of rma.mv for random part of the model
Viechtbauer Wolfgang (STAT) · Nov 19, 2017 · r-sig-meta-analysis

Hi Gabriele, Yeah, that syntax isn't correct. I think/assume you meant: res <- rma.mv(yi, vi, random = list(~ 1 | Experiment/nadd, ~ 1 | Species), data=dat) Best, Wolfgang >-----Original Message----- >From: R-sig-meta-analysis [mailto:r-sig-meta...

Combination of Bias and MSE ?
Viechtbauer Wolfgang (STAT) · Apr 5, 2006 · r-help

The MSE of an estimator X for a parameter theta is defined as E(X - theta)^2, which is equal to Var[X] + (Bias[X])^2, so in that sense, the MSE is already taking the bias of X into...

[R-meta] Meta-analysis Hedges g - comparisons with same placebo
Viechtbauer Wolfgang (STAT) · Oct 19, 2017 · r-sig-meta-analysis

1) Ni is the total sample size of a study. For multitreatment studies, this is the control group size plus the sizes of the treatment groups. 2) Unfortunately, no. The code given there is specifically for the standardized mean difference...

R, RStudio, and a server for my iPad.
Viechtbauer Wolfgang (STAT) · Apr 12, 2014 · r-help

You will have to enter the external IP address and then use port forwarding. Just google for that term (port forwarding) ... For example: http://www.howtogeek.com/66214/how-to-forward-ports-on-your-router/ http://en.wikipedia.org/wiki...

[R-meta] Peters test in metafor
Viechtbauer Wolfgang (STAT) · Jul 14, 2017 · r-sig-meta-analysis

To clarify the last point - you have two options: 1) Fit the model with: res <- rma(logrr, sei=sei, ni=ni, method="DL", data=data) assuming that 'ni' is the name of the variable in 'data' that contains the total...

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