Displaying 7 results from an estimated 7 matches for "mpipsykl".
2009 Apr 21
1
how to inspect content of save file
...file created
with the save() command other than load()ing the file?
I have a couple of rather larger files that I would rather not load ...
Benno Pütz
MPI of Psychiatry Tel: +49+(0)89-30622 222
Kraepelinstr. 2 Fax: +49+(0)89-30622 601
80804 Munich, Germany puetz@mpipsykl.mpg.de
[[alternative HTML version deleted]]
2013 Oct 10
1
Rcpp and mclapply
Dear all,
I have an R script that uses Rcpp, and I have been trying to parallelize
it using mclapply (I tried with the multicore and the parallel library)
Sometimes (not always, interestingly), the CPU use for each core drops,
usually so that the total over all cores reaches 100%, i.e., as fast as if
using just one single core fully. I tried my code directly from within
emacs, and also using a
2008 Feb 27
2
png and pdf : point size, font size, etc.
...ht=3.5,width=11)
all should be the same, isn`t it?
Thanks in advance,
Stephan
--
Dr. med. Stephan Ripke
Stat.2 (Neurology)
Max-Planck-Institute of Psychiatry
AG Statistical Genetics
Kraepelinstr. 10
80804 Munich - Germany
Tel. +49 (0)89 30622-422 or -384
Fax. +49 (0)89 30622-610
Email: ripke at mpipsykl.mpg.de
2008 Apr 21
2
"spreadsheet" in plot
Hello,
how can I print a table (lets say my table xtable contains 3 rows and 3
Columns, the fileds consists of text) directly in a plot? when I use
mtext(xtable), he tries to write everything on the same place.
Thank you in advance,
Stephan
--
[[alternative HTML version deleted]]
2008 May 05
1
genotypes simulation
Hello,
I am having really hard time finding a good article about simulating
genotypes of cases and controls at a disease locus using R.
if you guys can point me or guide me where i can find more information, it
will be helpful.
thanks,
Claire
--
View this message in context: http://www.nabble.com/genotypes-simulation-tp17065607p17065607.html
Sent from the R help mailing list archive at
2002 Jan 23
2
trouble with package mva on R 1.4.0
Dear List,
although the library() command tells me that the pcakage "mva" is
installed on my machine, I cannot use its functions or get help() about them.
And, strange enough, I never installed the package manually. Has it
become a part of R-base?
I can't find the package among the package sources on CRAN, so I
can't (re)install it manually. I'm using R 1.4.0.
Can anyone
2001 Sep 03
8
mixture distributions
Dear List,
I am looking for a possibility to fit a mixture model under R using
maximum likelihood estimation.
Venables and Ripley describe a solution working under S+ (in MASS, 3. ed.,
p. 263) which requires the D system function and deriv3. This solution does not
seem to be portable to R or at least I do not realise how.
Is there anyone who
a) knows how one could make the MASS-method run under