Displaying 20 results from an estimated 124 matches for "unibe".
Did you mean:
unibo
2008 Jun 25
1
confidence bounds using contour plot
...ow can I calculate the right contour containing 95% of the values?
Thank's for your help.
Pascal
R 2.7.0, Win XP
--
Pascal H?nggi
Universit?t Bern
Geographisches Institut, Gruppe f?r Hydrologie
Hallerstrasse 12
CH-3012 Bern
+41 (0)31 631 54 71
pascal.haenggi at hydrologie.unibe.ch
http://www.hydrologie.unibe.ch
--
2003 Feb 26
1
calculationg condition numbers
...anks
christoph
--
Christoph Lehmann Phone: ++41 31 930 93 83
Department of Psychiatric Neurophysiology Mobile: ++41 76 570 28 00
University Hospital of Clinical Psychiatry Fax: ++41 31 930 99 61
Waldau lehmann at puk.unibe.ch
CH-3000 Bern 60 http://www.puk.unibe.ch/cl/pn_ni_cv_cl.html
2008 Jun 27
8
Boot from OCFS2
Dear List,
I''m thinking about using xen productive in our datacenter, i''m still
testing around with it. Now I got some questions, just for basic
understanding, we got for example this environment:
2 Nodes
1 SCSI Pool server (Connected via scsi to both nodes)
Now I want to build a "cluster" so i would like to make this:
Node 1 -> Primary -| | --> domU
2004 Nov 09
3
Strange results for Beta Distribution
Dear All,
I got these results from the example in the function "dbeta":
>x <- seq(0, 1, length=21)
> dbeta(x, 1, 1)
[1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Any Idea?
TIA
Giovanni
dr. Giovanni Parrinello
Section of Medical Statistics
Department of Biosciences
University of Brescia
25127 Viale Europa, 11
Brescia Italy
Tel: +390303717528
Fax: +390303701157
2003 Feb 22
4
faraway tutorial: cryptic command to newbie
...called `faraway'
Thanks a lot
christoph
--
Christoph Lehmann
Department of Psychiatric Neurophysiology
University Hospital of Clinical Psychiatry
Waldau
CH-3000 Bern 60
Switzerland
Phone: ++41 31 930 93 83
Mobile: ++41 31 570 28 00
Fax: ++41 31 930 99 61
Email: lehmann at puk.unibe.ch
Web: http://www.puk.unibe.ch/cl/pn_ni_cv_cl.html
2009 Apr 08
1
Genstat into R - Randomisation test
...RCOVERING=1.0]
slope; PEN=2
Does anybody have done something similar and has any idea how to make
the randomisation part?
I would be very grateful for any help!!
Thanks in advance,
Anne
--
Anne Kempel
Institute of Plant Sciences
University of Bern
Altenbergrain 21
CH-3103 Bern
kempel at ips.unibe.ch
2000 Apr 04
2
customizing help()
...working. Why my function doesn't work?
`
Kurt Gerber
********************************************
Kurt Gerber
Center for Developement and Environment
Institute of Geography University Bern
Hallerstrasse 12
3012 Bern
phone: +41(0)31 631 40 02
fax: +41(0)31 631 85 44
e-mail: kgerber at giub.unibe.ch
www: http://www.cde.unibe.ch
********************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe...
2019 Feb 23
5
[Bug 2972] New: Add build-time option to use OpenSSL for ChaCha20-Poly1305
https://bugzilla.mindrot.org/show_bug.cgi?id=2972
Bug ID: 2972
Summary: Add build-time option to use OpenSSL for
ChaCha20-Poly1305
Product: Portable OpenSSH
Version: 7.9p1
Hardware: ARM
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
2018 Jul 30
7
[Bug 2888] New: Consider adding other compression schemes (lz4, zstd)
https://bugzilla.mindrot.org/show_bug.cgi?id=2888
Bug ID: 2888
Summary: Consider adding other compression schemes (lz4, zstd)
Product: Portable OpenSSH
Version: 7.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2002 Aug 23
3
y-axis with "break"
...in R?
Thanks for your help
Nick
_____________________________________________________________
Nicolas Schneider, PhD Student
University of Bern
Institute of Geography
Climatology & Meteorology
Hallerstrasse 12
CH-3012 Bern
phone +41-31-631-8542
fax +41-31-631-8511
email schneid at giub.unibe.ch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: axis.jpg
Type: image/jpeg
Size: 18949 bytes
Desc: axis.jpg
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020823/ea154142/axis.jpg
2005 Apr 21
2
apply vs sapply vs loop - lm() call appl(y)ied on array
...----------------
--
Christoph Lehmann Phone: ++41 31 930 93 83
Department of Psychiatric Neurophysiology Mobile: ++41 76 570 28 00
University Hospital of Clinical Psychiatry Fax: ++41 31 930 99 61
Waldau lehmann at puk.unibe.ch
CH-3000 Bern 60 http://www.puk.unibe.ch/cl/pn_ni_cv_cl_04.html
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
2004 Feb 05
2
Incomplete Factorial design
Hello,
I am planning a study with the main point to evaluate the interaction of two treatments,
but for ethical reasons one cell is empty, that with patients receaving no treatment at all
Treatment B
2004 Mar 29
4
strange thing with sd
Dear R people
I came across a strange thing:
sd(rep(0.01, 15)) #0
sd(rep(0.001, 15)) #4.489023e-19
sd(rep(0.00001, 15)) #0
sd(rep(0.00000001,15)) #1.712427e-24
sd(rep(0.01, 13)) #1.805557e-18
sd(rep(0.001, 13)) #4.513894e-19
sd(rep(0.00001, 13)) #0
sd(rep(0.00000001,13)) #0
sd(rep(5.01, 15)) #0
sd(rep(5.001, 15)) #4.489023e-19
sd(rep(5.00001, 15))
2010 Dec 16
0
No fonts control on Cairo in batch mode
...software/lib
export PKG_CONFIG_PATH LD_LIBRARY_PATH
Any help would be highly appreciated, Christian
--
-----------------------------------------------
Oeschger Centre for Climate Change Research, Institute of Geography& Institute of Plant Sciences
University of Bern
http://www.stomatocysts.unibe.ch/kamenik
mailto: christian.kamenik at giub.unibe.ch
Postal address:
Dr. Christian Kamenik
Institute of Geography
Erlachstrasse 9a, Trakt 3
3012 Bern, Switzerland
Tel. +41 (0)31 631 5091
Fax +41 (0)31 631 43 38
2002 Nov 23
0
Library QVF from Carroll et al.
Dear All,
I am looking for the library QVF [ NONLINEAR MEASUREMENT ERROR PROGRAMS FOR
SAS AND SPLUS ].
TIA
Giovanni Parrinello
dr. Giovanni Parrinello
Medical Statistics Unit
Department of Medical Sciences
University of Brescia
Via Valsabbina, 19
25127 Brescia
Italy
tel.: +39303717528
fax:+39303701157
E-mail: parrinel at med.unibs.it
url: http://www.med.unibs.it/dip/stat/index.html
2003 Feb 26
1
plot as .ps file: where are the axes and labels gone
...lot
christoph
--
Christoph Lehmann Phone: ++41 31 930 93 83
Department of Psychiatric Neurophysiology Mobile: ++41 31 570 28 00
University Hospital of Clinical Psychiatry Fax: ++41 31 930 99 61
Waldau lehmann at puk.unibe.ch
CH-3000 Bern 60 http://www.puk.unibe.ch/cl/pn_ni_cv_cl.html
2003 Sep 26
2
overlay two pixmap
...s pixels should not cover the basis pixmapGrey pixel, means,
for this "in pixmapIndexed not defined pixels" it should be transparent.
What would you recommend me to do? Should I go for another solution than
pixmap?
Many thanks
Cheers
Christoph
--
Christoph Lehmann <lehmann at puk.unibe.ch>
University Hospital of Clinical Psychiatry
2004 Mar 04
1
prcomp: error code 1 from Lapack routine dgesdd
...t)
Any hints are welcome.
Many thanks in advance and best regards,
Carlo
******************************************************
Carlo Casty
Climatology and Meteorology Phone: +41 (0)31 6318545
Institute of Geography Fax: +41 (0)31 6318511
University of Bern e-mail:casty at giub.unibe.ch
Hallerstr. 12 www.giub.unibe.ch/~casty
3012 Bern/SWITZERLAND
2007 Apr 19
1
read.table with more than one sep
Dear List,
somebody knows, if the following operation can be done in an easier way?
The data rows which should be read into R look like that:
4547;1970.01.01 00:00-1970.01.01 01:00; noData
Unitil now we are doing this procedure:
1. Dividing columns which are separated by ";"
=> temp <- read.table(file ,sep=';', na.strings='noData',
strip.white=TRUE)
=>
2008 Feb 07
1
Appell Hypergeometric function
Dear All,
I am looking for an implementation in R of the Appell Hypergeometric
function.
Any suggestions will be more than appreciated!
GP
--
dr. Giovanni Parrinello
External Lecturer
Medical Statistics Unit
Department of Biomedical Sciences
Viale Europa, 11 - 25123 Brescia Italy
Tel: +390303717528
Fax: +390303717488
email: parrinel at med.unibs.it