Displaying 5 results from an estimated 5 matches for "rouzic".
2008 Aug 01
0
New package: noia
...not known.
Locating the genes requires a QTL detection procedure, for which
packages already exist (see Rqtl for instance).
Much more information can be found in scientific publications. Two are
particularly relevant:
* This package and its functions are described in a recent paper:
Arnaud Le Rouzic and Jos? M. ?lvarez-Castro, Estimation of Genetic
Effects and Genotype-Phenotype Maps, /Evolutionary Bioinformatics
/2008:4 225-235. http://la-press.com/article.php?article_id=887
* The corresponding statistical framework is extensively described in:
Jos? M. ?lvarez-Castro and ?rjan Carlborg, A...
2008 Aug 01
0
New package: noia
...not known.
Locating the genes requires a QTL detection procedure, for which
packages already exist (see Rqtl for instance).
Much more information can be found in scientific publications. Two are
particularly relevant:
* This package and its functions are described in a recent paper:
Arnaud Le Rouzic and Jos? M. ?lvarez-Castro, Estimation of Genetic
Effects and Genotype-Phenotype Maps, /Evolutionary Bioinformatics
/2008:4 225-235. http://la-press.com/article.php?article_id=887
* The corresponding statistical framework is extensively described in:
Jos? M. ?lvarez-Castro and ?rjan Carlborg, A...
2002 Aug 27
1
rsync problem in systemimager
Hello,
I'm working on the oscar-1.3 release with my Linux Itanium's cluster to
test cloning process via systemimager.
After having succeeded to boot my client node via the network, when
running the following script : /var/lib/systemimager/scripts/ced1.sh
rsync is able to get small files (e.g : mkdosfs). However, when the
script tries to rsync the whole oscar image in the following way :
2010 Jul 31
2
Is profile.mle flexible enough?
Hi the list,
I am experiencing several issues with profile.mle (and consequently with
confint.mle) (stat4 version 2.9.2), and I have to spend a lot of time to
find workarounds to what looks like interface bugs. I would be glad to
get feedback from experienced users to know if I am really asking too
much or if there is room for improvement.
* Problem #1 with fixed parameters. I can't
2007 Oct 24
1
vectorized mle / optim
Hi the list,
I would need some advice on something that looks like a FAQ: the
possibility of providing vectors to optim() function.
Here is a stupid and short example summarizing the problem:
-------------------------------- example 1 ------------ 8<
----------------------
library(stats4)
data <- rnorm(100,0,1)
lik1 <- function(m, v, data) {
N <- length(data)
lik.mean <-