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
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
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
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
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
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
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
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
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
__
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,
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
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]]
___
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]]
___
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
14 matches
Mail list logo