Displaying 7 results from an estimated 7 matches for "samor".
Did you mean:
samir
2008 Mar 04
2
grid search
Hi all,
Is there any grid search function to compute the maximum likelihood for a random variable?
thanks,
Samor
---------------------------------
[[alternative HTML version deleted]]
2010 Feb 24
2
Bimodal distribution
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]]
2008 Feb 18
2
paste("Mus., 10 ", expression(mu)," g", sep="")
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]]
2008 Oct 06
2
stepplr
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
2011 Apr 11
1
forest + igraph ?
...ci.lb=dat.Treat$lower, ci.ub=dat.Treat$upper, xlab="Relative Risk",slab=dat.Treat$ID,refline=1)
forest(dat.Control$RR, ci.lb=dat.Control$lower, ci.ub=dat.Control$upper, xlab="Relative Risk",slab=dat.Control$ID,refline=1)
}
i.e. both metaplots on the same graph!
Regards,
Samor
[[alternative HTML version deleted]]
2009 Jan 29
2
ANOVA in R
Hi
I Have a very large dataset that I would like to conduct ANOVA tests on. Im not a very strong programmer so any help would be appreciated.
the format is
Identifier A1 A2 B1 B2 C1 C2 Norm1 Norm2
1234 1 1 NA NA 4 3 NA NA
4567 2 2 4
2007 Oct 01
2
xyplot
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, tt)