search for: metagen

Displaying 11 results from an estimated 11 matches for "metagen".

2009 Feb 13
2
Meta-Analyisis on Correlations
...onal survey-studies. The effect sizes would be correlations. The R packages "meta" and "rmeta" are, as far as I can see, set up for analysis with effect sizes for differences (i.e. comparison of the means/odds-ratios of experimental and control group). Only the function "metagen" from the "meta"-package looks like it would work with correlations. The problem here: One would need to know the standard error of the correlation. The SE is not usually reported in the studies I have (only means, SDs and Alphas for the single variables). So the SE would have to be...
2010 Aug 24
2
forest plot
Dear Sir or Madam, I am trying to plot forest plot. I extracted odds ratio and their corresponding 95% confidence interval from papers, then I calculated the log(OR) and standard error using the following command OR<-metagen(logOR,selogOR,sm="OR") forest(OR,comb.fixed=TRUE,comb.random=TRUE,digits=2) However, it does not produce a forest plot. Can someone kindly help? Thank you in advance. Best wishes weiwei [[alternative HTML version deleted]]
2012 Mar 28
0
Major update: meta version 2.0-0
...- hypergeometric (function used internally) - is.installed.metafor (function used internally) - kentau (function used internally) - linregcore (function used internally) - p2logit (function used internally) Functions metabin, metacont, metacor, metagen, metaprop: - new arguments: - hakn (Hartung-Knapp method) - method.tau (estimation method for tau-squared) - tau.preset (fixed value for tau) - TE.tau (prespecified treatment effect to estimate tau) - method.bias (test for funnel plot asymmetry used in metabias) - label.le...
2012 Mar 28
0
Major update: meta version 2.0-0
...- hypergeometric (function used internally) - is.installed.metafor (function used internally) - kentau (function used internally) - linregcore (function used internally) - p2logit (function used internally) Functions metabin, metacont, metacor, metagen, metaprop: - new arguments: - hakn (Hartung-Knapp method) - method.tau (estimation method for tau-squared) - tau.preset (fixed value for tau) - TE.tau (prespecified treatment effect to estimate tau) - method.bias (test for funnel plot asymmetry used in metabias) - label.le...
2006 Nov 16
3
Newbie problem ... Forest plot
...ults named Group1, Group2, Group3, etc...) odds ratios, 2 file (called B.csv) 12 corresponded errors. How to import that data into R and make forest plot like I saw inside help file Rmeta and meta with included different font colors and names trough X and Y axis. I know for meta libb ... out <- metagen(name1,name2) plot(out,xlab="abcd") .... But I need for my data to look like this? (copy from help file rmeta) library(rmeta) op <- par(lend="square", no.readonly=TRUE) data(catheter) a <- meta.MH(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Nam...
2002 Jun 05
1
[Re: Re: Scaling on a data.frame]
Stefan Roepcke <stefan.roepcke at metagen.de> writes: > Hey, > > hopefully there is an easy way to solve my problem. > All that i think off is lengthy and clumsy. > > Given a data.frame d with columns VALUE, FAC1, FAC2, FAC3. > Let FAC1 be something like experiment number, > so that there are exactly the same...
2009 Jun 04
4
Cochran’s Q statistic
Does anyone know which package include the computation of Cochran’s Q statistic in R? jlfmssm [[alternative HTML version deleted]]
2003 Apr 01
1
computation with vectors of length 0 (PR#2716)
Full_Name: Klaus Hermann Version: 1.5.0 OS: SUNRAY - Unix Submission from: (NULL) (213.61.59.254) if we produce a numeric vector of length 0 and want compute the sum over its elements the sum function returns 0 - this is obviously misleading. Better would be to return NA and give a corresponding warning. There should be a unified strategy to handle vectors of length 0. For example the functions
2002 Jun 04
2
Scaling on a data.frame
Hey, hopefully there is an easy way to solve my problem. All that i think off is lengthy and clumsy. Given a data.frame d with columns VALUE, FAC1, FAC2, FAC3. Let FAC1 be something like experiment number, so that there are exactly the same number of rows for each level of FAC1 in the data.frame. Now i would like to scale all values according to the center of its experiment. So i can apply s
2010 Jul 18
6
CRAN (and crantastic) updates this week
...Martin Lauss http://crantastic.org/packages/rocc Functions for a classification method based on receiver operating characteristics (ROC). Briefly, features are selected according to their ranked AUC value in the training set. The selected features are merged by the mean value to form a metagene. The samples are ranked by their metagene value and the metagene threshold that has the highest accuracy in splitting the training samples is determined. A new sample is classified by its metagene value relative to the threshold. In the first place, the package is aimed at two class prob...
2010 Aug 24
0
mlm for within subject design
...ject.org Date: Tue, 24 Aug 2010 03:03:46 +0000 Subject: [R] forest plot Dear Sir or Madam, I am trying to plot forest plot. I extracted odds ratio and their corresponding 95% confidence interval from papers, then I calculated the log(OR) and standard error using the following command OR<-metagen(logOR,selogOR,sm="OR") forest(OR,comb.fixed=TRUE,comb.random=TRUE,digits=2) However, it does not produce a forest plot. Can someone kindly help? Thank you in advance. Best wishes weiwei [[alternative HTML version deleted]] --Forwarded Message Attachment-- From: djmu...