Displaying 4 results from an estimated 4 matches for "chuv".
Did you mean:
chu
2005 Oct 20
3
how to set environment variables?
...How do I set this variable (either by commandline or in
R.app for Mac)? Sorry if this sounds like a very basic question, but
I could not find the answer anywhere else.
Many thanks
Andreas
--
--------------------------
Andreas Zankl, MD
Division of Molecular Pediatrics
Clinique Infantile 02/50
CHUV
Avenue Pierre Decker 2
CH-1011 Lausanne
Switzerland
Phone: +41-21-3143778
Fax: +41-21-3143546
Email: andreas.zankl at gmail.com
2005 Oct 28
1
axis scaling problem
...never bigger than 1, so the axis labeling does not make much sense.
Can I only get y-axis tick marks at 0 and 1 but still have the
additional plotting space for the labels?
Thanks
Andreas
--
--------------------------
Andreas Zankl, MD
Division of Molecular Pediatrics
Clinique Infantile 02/50
CHUV
Avenue Pierre Decker 2
CH-1011 Lausanne
Switzerland
Phone: +41-21-3143778
Fax: +41-21-3143546
Email: andreas.zankl at gmail.com
2010 Feb 09
1
lm combined with splines
Hello,
In the following I tried 3 versions of an example in R help. Only the two first predict command work.
After :
library(splines)
require(stats)
1)
fm1 <- lm(weight ~ bs(height, df = 5), data = women)
ht1 <- seq(57, 73, len = 200)
ph1 <- predict(fm1, data.frame(height=ht1)) # OK
plot(women, xlab = "Height (in)", ylab = "Weight (lb)")
lines(ht1, ph1)
2)
2009 Mar 11
2
VLC
Hi All,
When our users receive a voicemail we send it attached to an email. It used to work fine, encoded in wav49 and read by Windows media player. Recently the default player in the company has become VLC which is unable to read wav49. I am trying to use OGG/VORBIS instead of wav49. I can't get it working:
In voicemail.conf:
format = ogg
The result is as follow:
[Mar 11 09:42:17]