search for: rma

Displaying 20 results from an estimated 242 matches for "rma".

Did you mean: dma
2004 Oct 21
2
RMA question
Can anybody explain why RMA has to have a default normalization method: quantile-quantile? Why don't leave the choices to users? If I just want to use RMA to do a background correction without normalization, how should I specify the ? in the normalize.method="?" ? Hairong [[alternative HTML version de...
2011 Sep 08
1
predict.rma (metafor package)
Hi (R 2.13.1, OSX 10.6.8) I am trying to use predict.rma with continuous and categorical variables. The argument newmods in predict.rma seems to handle coviariates, but appears to falter on factors. While I realise that the coefficients for factors provide the answers, the goal is to eventually use predict.rma with ANCOVA type model with an interaction....
2010 Jul 02
1
metafor and meta-analysis at arm-level
...that does not simply derive the difference between arms and do the meta-analysis on that. I am not sure metafor can do that, but hopefully someone more experienced on it can clarify that to me. I can see that it can take data in both forms, arm and trial level, but it looks as if the arm-level information would be converted into trial one through escalc and the latter then used for the meta-analysis. Is that right? Many thanks. Angelo -- NIHR Research Methods Training Fellow, Department of Community Based Medicine University of Bristol 25 Belgrave Road Bristol BS8 2AA Tel. 0779 265-6552
2006 Mar 03
3
Sipura RMA
Anyone have any luck RMAing a Sipura phone since the Cisco take over? Sipura only has support via email or fax to end users and I haven't gotten a response to either for over 2 months. Linksys Support will jump you through all their scripted hoops to resolve your problem (they hope if they speak with a thick enough ac...
2009 Dec 26
1
[BioC] How to do RMA without summary to probeset level?
I think that you misunderstood me. As far as I know, RMA does three things: background correction, quantile normalization, and summary from probes to probesets. I want the probe values after background correction and quantile normalization but before the summary. On Sat, Dec 26, 2009 at 12:07 PM, Benilton Carvalho <bcarvalh at jhsph.edu> wrote: &g...
2009 Jul 20
1
package lmodel2: p-value RMA fitting?
Hi *, is there a way to obtain some kind of p-value for a model fitted with RMA using the lmodel2 package? I know that p-values are discussed and criticized a lot and as you can image from my question I'm not very much of a statistican (only writing my bachelor thesis). As fare as I understood the confidence interval statistic correctly, a coefficient is regarded as stati...
2011 Jul 18
1
Extract confidence intervals from rma object (metafor package)
Dear R-experts! I am working on some meta-analysis using the metafor package. I would like to extract values of the confidence intervals of the effect sizes of the single studies from an rma object. Those values are printed out when plotting a forest plot using the forest function on the rma object, however I was not able to locate them. Many thanks for your help! Jokel [[alternative HTML version deleted]]
2009 Dec 04
1
z to r transformation within print.rma.uni and forest from the package metafor
Dear R community, I'm using the ,metafor'-package by Wolfgang Viechtbauer (Version: 0.5-5) to calculate random-effects meta-analyses using Correlations and Sample Sizes as the raw data. (By the way: Really a nice piece of work, Wolfgang! Thanks heaps.) I specified the "rma.uni' function so that it looks like this: MAergebnis<-rma.uni(ri=PosOutc, ni=N, mods=NULL, data=dm, intercept=TRUE, slab=c(dm$Article, dm$StudyNo), subset=NULL, measure="ZCOR", add=1/2, to="only0", vtype="LS",...
2010 Jan 04
1
metafor: using mixed models
...bined test for the dummies. Problem is, I don't know which indices I have to use, and can't really figure it out from the help file and the examples. I use following code : X <- model.matrix(~factor, data=testdata)[,2:5] # to exclude the intercept. Otherwise I get singular issues in the rma model rma(ai, bi, ci, di, mods=X, data=testdata,btt=c(2:5),measure="OR") Now I'm not sure whether btt reads the model intercept of rma as index 1, or the first dummy as index 1. So I'm not sure if I should use : rma(ai, bi, ci, di, mods=X, data=testdata,btt=c(1:4),measure=&quot...
2012 May 05
3
metafor
...e stratified the database to create a separate csv file just for European women from the original database and conducted the following: women_west<-read.csv("women_west.csv") print(women_west) dat<-escalc(measure="ZCOR",ri=Pearson,ni=N,data=women_west,append=TRUE) res<-rma(yi,vi,data=dat) is.factor(dat$year) forest(res,transf=transf.ztor) In meta-regression, I used the original database, but used categorical moderators for sex (=women), and ethnicity (=european) to find the effect specifically in European women. adult<-read.csv("adult.csv") print(adult)...
2012 Jul 24
1
Annotate forest plot 'forest.rma()' for meta-analysis with metafor package
Dear R-experts, The forest.rma() function from the metafor package creates nice forest plots for presenting the results of a meta-analysis. These plots can be annotated for e.g. giving names to the columns. E.g. as in the documentation of the package: data(dat.bcg) ### meta-analysis of the log relative risks using a random-eff...
2004 May 14
2
rma and gcrma do not work in R 1.9.0
I run R 1.9.0 on windows 2000, and have the following libraries installed: affydata_1.3.1 affy_1.4.23 Biobase_1.4.10 DynDoc_1.3.14 gcrma_1.0.6 hgu133acdf_1.4.3 hgu95av2cdf_1.4.3 hgu95av2probe_1.0 matchprobes_1.0.7 moe430acdf_1.4.3 multcomp_0.4-6 mvtnorm_0.6-6 rae230acdf_1.4.3 reposTools_1.3.29 rgu34acdf_1.4.3 tkWidgets_1.5.1 widgetTools_1.2.7 1. The rma function (in affy library) always crashes. 2. When executing the sample code in...
2011 Aug 05
1
Main-effect of categorical variables in meta-analysis (metafor)
Dear R-experts! In a meta-analysis (metafor) I would like to assess the effect of two categorical covariates (A & B) whereas they both have 4 levels. Is my understanding correct that this would require to dummy-code (0,1) each level of each covariate (A & B)? However I am interested in the main-effects and the interaction of these two covariates and the dummy-coding would only allow to
2012 Aug 02
2
metafor- interpretation of moderators test for raw proportions
...teralWedge, Dome, and Complex, which I've dummy coded like this: dat$LateralWedge<-ifelse(dat$Technique=="LateralWedge",1,0) datDome<-ifelse(dat$Technique=="Dome",1,0) dat$Complex<-ifelse(dat$Technique=="Complex",1,0) When i fit this random effect model: rma(yi,vi,data=dat, mods=cbind(LateralWedge,Dome,Complex)) I get this output: /Mixed-Effects Model (k = 33; tau^2 estimator: REML) logLik Deviance AIC BIC -11.2426 22.4852 30.4852 36.0900 tau^2 (estimate of residual amount of heterogeneity): 0.0925 (SE = 0.0269) tau (sqrt of...
2012 Sep 11
1
using alternative models in glmulti
All, I am working on a multiple-regression meta-analysis and have too many alternative models to fit by hand. I am using the "metafor" package in R, which generates AIC scores among other metrics. I'm using a simple formula to define these models. For example, rma(Effect_size,variance, mods=~Myco_type + N.type +total, method="ML")->mod where Effect_size is the mean response for each experiment, variance is the SE around the mean, mods are the variables, and the method used to fit the AIC score is maximum likelihood estimation. I thought I...
2006 Jul 11
1
test regression against given slope for reduced major axis regression (RMA)
Hi, for testing if the slope of experimental data differs from a given slope I'm using the function "test_regression_against_slope" (see below). I am now confronted with the problem that I have data which requires a modelII regression (also called reduced major axes regression (RMA) or geometric mean regression). For this I use the function "modelII" (see below). What would be a good way of adapting "test_regression_against_slope" for use with RMA regression? The question I am trying to answer is: "Does the slope acquired from experimental data diff...
2008 Aug 18
1
exonmap question: rma (or justplier) crashes
An embedded and charset-unspecified text was scrubbed... Name: ?????? ?? ????????. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080818/dcaa0623/attachment.pl>
2011 Mar 29
0
Plotting 95% Confidence Intervals around RMA slope
Hi, I'm regressing various body dimensions upon body mass using the 'lmodel2' function, as I'm keen to obtain both OLS and RMA slope values. I also wish to create a plot of the regressions, with the 95% confidence interval of both the slope and intercept. I know how to plot 95% ci bands of the OLS slope using lm with the 'predict' function and 'matlines'. Does anyone know how to plot the confidence interval...
2011 Jun 24
1
Model II regression
Hello, I am using function lmodel2 to calculate RMA regression between life-history traits in ladybirds beetles. It works well but I am not able to plot an RMA regression line on the scatterplot of my data. I am of course unable to plot the confidence intervals. For ordinary least square regression abline(lm(x~y))works well but for RMA regression, a...
2011 Oct 16
0
background normalization in rma() in the affy package
Hi, i was looking into the documentation for the rma() function in affy() package, and was trying to figure out how exactly the background normalization is done. I read all three papers cited in the rma() documentation, but the most detailed explanation i could find was in Irizary et al., 2003, where they state that they compute B(PM_{ijn}) = E[s_...