Displaying 5 results from an estimated 5 matches for "liebknecht".
2010 Mar 25
1
R CMD install: problem quoting spaces when calling gzip?
...rather old posts suggesting not to use path names containing spaces--unfortunately this is not an option in the managed Windows environment I need to work in next week).
Sorry for the long post and thanks for your time,
Jochen
----
Jochen Laubrock, Dept. of Psychology, University of Potsdam,
Karl-Liebknecht-Strasse 24-25, 14476 Potsdam, Germany
phone: +49-331-977-2346, fax: +49-331-977-2793
2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...tead, everyting works fine but I
have no control on the exit of the program. This implies that my program
would not be able to do proper clean up at end.
I would really appreciate some help here.
Yours sincerely,
Peter
--
Institute of Earth and Environmental Sciences, University of Potsdam
Karl-Liebknecht-Str. 24/25 (House 12), 14476 Potsdam, Germany
office: +49 331 977 2469
mobile: +49 173 3732867
e-mail: peter.vorpahl at uni-potsdam.de
2003 Sep 24
5
splitting clusters
Hi All:
I am clustering 500 genes using hclust of R. Visualizing cluster
membership becomes difficult with so many genes in each cluster...Is there
a way of printing the dendrogram in multiple pages so that I can clearly
see what is in each cluster?
Thanks in advance.
Karthi.
2012 Aug 20
5
Some kind of inverse of "names"
I wonder if there exists some kind of inverse of the "names" primitive in
R. Let me explain what do I mean:
If I create a list:
-> li <- list(a=1, b=2, c=3, d=4)
then I can have:
-> names(li)
[1] "a" "b" "c" "d"
which is, I guess, some kind of vector, since
-> typeof(names(li))
[1] "character"
however, I haven't
2011 Jan 22
0
how to call BayesX in R to see the graph
...~ 0 + x0 + x1))
# [...]
# Residual standard error: 20.92 on 38 degrees of freedom
# Multiple R-squared: 0.6888, Adjusted R-squared: 0.6724
# F-statistic: 42.05 on 2 and 38 DF, p-value: 2.338e-10
Thanks in advance,
Jochen
----
Jochen Laubrock, Dept. of Psychology, University of Potsdam,
Karl-Liebknecht-Strasse 24-25, 14476 Potsdam, Germany
phone: +49-331-977-2346, fax: +49-331-977-2793
------------------------------
Message: 78
Date: Fri, 21 Jan 2011 18:31:13 -0800
From: Dennis Murphy <djmuser@gmail.com>
To: Michael Costello <michaelavcostello@gmail.com>
Cc: r-help@r-project.org
S...