Displaying 4 results from an estimated 4 matches for "lehrach".
Did you mean:
leach
2003 Jan 12
1
Loops Sweave and Many Figures
...way?
This code doesn''t work:
%%%%%%%%%%%%%%%
\multido{}{10}{
<<fig=T>>=
...
@
}
%%%%%%%%%%%%%%%
Or:
%%%%%%%%%%%%%%%
<<1, fig=T>>=
...
@
<<>>=
<<1>>
@
%%%%%%%%%%%%%%%
Serguei Baranov, MSc.
Max-Planck-Institut fur Molekulare Genetik
Abteilung Lehrach, room 2.112
Ihnestrasse 73
14195 Berlin-Dahlem
Germany
Tel. 49-30-8413-1667
Fax. 49-30-8413-1128
barano_s@molgen.mpg.de
[[alternate HTML version deleted]]
2007 Aug 05
0
null hypothesis for two-way anova
...d base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils"
"datasets" "base"
--
*******************************************
Dipl. Math. ETH Axel Rasche
Max-Planck-Institute for Molecular Genetics
Department Lehrach (Vertebrate Genomics)
Ihnestrasse 63-73
D-14195 Berlin-Dahlem
GERMANY
Tel. ++49-30-8413-1647
Fax ++49-30-8413-1128
2005 Jun 15
3
write.table confused by rownames/colnames (PR#7941)
Full_Name: Axel Rasche
Version: 2.1.0
OS: Win2000
Submission from: (NULL) (141.14.21.81)
Hi,
write.table does not accept the second statement with
<col.names = NA, row.names = FALSE>.
I do not see why this should not be possible.
test = matrix(1:4, 2, 2, dimnames = list( c("a","b"), c("c","d") ))
write.table(test, file = "test.txt",
2005 Dec 13
4
0/1 vector for indexing leads to funny behaviour (PR#8389)
Full_Name: Axel Rasche
Version: 2.2.0
OS: Linux
Submission from: (NULL) (141.14.21.81)
Dear Debuggers,
This is not a serious problem. Are 0/1 vectors intended to be used as index
vectors? If yes, there is a bug. If not, it leads just to some funny behaviour
rather than an error message.
In the appendix is some simple code to reproduce the problem. A logical vector
as.logic(a) helps by indexing