Re: [R] forest + igraph ?

2011-04-12 Thread Samor Gandhi
Thanks, That is a nice one. Is there any option that I can plot the pooled estimate? Regards, Samor --- On Tue, 12/4/11, Viechtbauer Wolfgang (STAT) wrote: From: Viechtbauer Wolfgang (STAT) Subject: RE: [R] forest + igraph ? To: "Samor Gandhi" , "r-h...@stat.math.ethz.ch&q

Re: [R] forest + igraph ?

2011-04-12 Thread Samor Gandhi
Wolfgang (STAT) wrote: From: Viechtbauer Wolfgang (STAT) Subject: RE: [R] forest + igraph ? To: "r-h...@stat.math.ethz.ch" Cc: "Samor Gandhi" Date: Tuesday, 12 April, 2011, 13:42 It is not clear (at least to me) what exactly you want. You want two forest plots "in one

[R] forest + igraph ?

2011-04-11 Thread Samor Gandhi
Hello, Is it possible to have two meta-plots in one graph (not par(mfrow=c(2,1))? But somthing like  library(metafor)  library("igraph")    if (interactive()) {     forest(dat.Treat$RR, ci.lb=dat.Treat$lower, ci.ub=dat.Treat$upper, xlab="Relative Risk",slab=dat.Treat$ID,refline=1)     forest(da

Re: [R] Bimodal distribution

2010-02-25 Thread Samor Gandhi
Hi Ingmar, Thank you for your reply! How to fit a mixture distribution to the data, do you mean by using mixed model? Regards, Samor --- On Wed, 24/2/10, Ingmar Visser wrote: From: Ingmar Visser Subject: Re: [R] Bimodal distribution To: "Samor Gandhi" Cc: r-help@r-projec

[R] Bimodal distribution

2010-02-24 Thread Samor Gandhi
Hello, Is there any test  for bimodality in R that x <- c(rnorm(1000,0,1),rnorm(1000,3,1)) hist(x,nclass=100) Thank you in advance for any help. Regards, Samor [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] ANOVA in R

2009-02-04 Thread Samor Gandhi
from a given body of data. ~ John Tukey -Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens Samor Gandhi Verzonden: woensdag 4 februari 2009 7:43 Aan: r-help@r-project.org Onderwerp: [R] ANOVA in R Hi,I'm using a repeated measures ANOVA i

[R] ANOVA in R

2009-02-04 Thread Samor Gandhi
Hi,I'm using a repeated measures ANOVA in R using lme(). The SAS code would be:   PROC MIXED DATA=[data set below]; CLASS pid treat period time seq; MODEL Y = seq period treat time treat*time; REPEATED time / SUBJECT=pid TYPE=cs; RUN,  I donot have SAS, instead I have R and I would

[R] ANOVA in R

2009-02-03 Thread Samor Gandhi
Hi, I'm using a repeated measures ANOVA in R using lme(). The SAS code would be: PROC MIXED DATA=[data set below]; CLASS pid treat period time seq; MODEL Y = seq period treat time treat*time; REPEATED time / SUBJECT=pid TYPE=cs;RUN, I donot have SAS, instead I have R and I would li

[R] stepplr

2008-10-06 Thread Samor Gandhi
Hello everybody, I am trying to install the library stepplr under windows (http://www.maths.bris.ac.uk/R/web/packages/stepPlr/index.html), in order to use the function plr, but I still have problem to find the right link for this purpose! I am very thankful for your help! Samor __

Re: [R] grid search

2008-03-04 Thread Samor Gandhi
I m meant ML for mu and sigam of a random variable? Samor Gandhi <[EMAIL PROTECTED]> wrote:Hi all, Is there any grid search function to compute the maximum likelihood for a random variable? thanks,

[R] grid search

2008-03-04 Thread Samor Gandhi
Hi all, Is there any grid search function to compute the maximum likelihood for a random variable? thanks, Samor - [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

[R] paste("Mus., 10 ", expression(mu)," g", sep="")

2008-02-18 Thread Samor Gandhi
Dear all, I am very thankful, if you could tell wheather it is possible to write paste("Mus., 10 ", expression(mu)," g", sep="") Thank you in advance, Samor - [[alternative HTML version deleted]] ___

[R] replacement

2007-10-19 Thread Samor Gandhi
Hi, Is it possible to do the following > mydata yx 1 0.3 1 2 0.8 NA 3 NA 0 4 0.2 1 I would like to solve mydata <- replace(mydata, NA, NaN) Thanks! __ [[alternative HTML version deleted]] ___

[R] xyplot

2007-10-01 Thread Samor Gandhi
Hello, I am calling the following code with the loop! It makes 3 out graphs but empty! COuld you help me plase on that? Thank you in advance z1 <- dbConnect(MyData, "something", "A1", "A2") for (tt in c("xyz", "abc", "m1")) { message(paste("Here", tt, "!!!")) mydata <- dbReadTable(z1, t