Displaying 20 results from an estimated 41 matches for "giub".
Did you mean:
gib
2002 Aug 23
3
y-axis with "break"
...this 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
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))
2004 Mar 04
1
prcomp: error code 1 from Lapack routine dgesdd
...p(test)
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
2000 Apr 04
2
customizing help()
...) is 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]sub...
2002 Jan 08
3
write.table - format
...your help in advance!
Nando
_________________________________________________
Nando Foppa - Remote Sensing Research Group
Department of Geography
University of Bern Tel : +41 (0)31 631 8020
Hallerstr. 12 Fax : +49 (0)89 2443 43780
CH - 3012 Bern Mail: foppa at giub.unibe.ch
Switzerland
_________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&quo...
2005 Sep 09
2
test for exponential,lognormal and gammadistribution
hello!
i don't want to test my sample data for normality, but exponential- lognormal-
or gammadistribution.
as i've learnt the anderson-darling-test in R is only for normality and i am
not supposed to use the kolmogorov-smirnov test of R for parameter estimates
from sample data, is that true?
can you help me, how to do this anyway!
thank you very much!
nadja
2004 Aug 02
0
New package: RNetCDF
...;s perspective.
------------------------------------------------------------------------
Pavel Michna (PhD Student) Tel: +41 (0)31 631 85 42
Climatology and Meteorology (KLIMET) Fax: +41 (0)31 631 85 11
Institute of Geography E-Mail: michna at giub.unibe.ch
University of Bern
Hallerstrasse 12
CH-3012 Bern/Switzerland
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2010 Dec 16
0
No fonts control on Cairo in batch mode
..._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
1999 Dec 06
1
Problems with X11 - device
I started the graphics device with X11(). When I tried to plot a tree object
with
> plot (tree)
It gives me the error message:
Error in plot.window(xlim, ylim, log, asp, ...) : invalid xlim
I was looking in the manual under "plot", "plot.window", etc. but I didn't
really get the resolution of my problem.....
What's the problem?
I'm runnig R on a SuSE 6.0
2004 Aug 02
0
New package: RNetCDF
...;s perspective.
------------------------------------------------------------------------
Pavel Michna (PhD Student) Tel: +41 (0)31 631 85 42
Climatology and Meteorology (KLIMET) Fax: +41 (0)31 631 85 11
Institute of Geography E-Mail: michna at giub.unibe.ch
University of Bern
Hallerstrasse 12
CH-3012 Bern/Switzerland
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2005 Sep 12
1
fit data with gammadistribution
hello
my data is
data2:2743 4678 21427 6194 10286 1505 12811 2161 6853 2625 14542 694
11491 14924 28640 17097 2136 5308 3477 91301 11488 3860 64114 14334
by calculating
shape<-(mean(data2))^2/var(data2)
scale<-var(data2)/mean(data2)
i get the idea what the parameters of the gammadistribution would be.
but if i try using the method mle() i get stock and i don't know, how to
2005 Dec 03
1
Fit Frechet Distribution
hello everybody
i want to use the maximum likelihood method to estimate FRECHET parameters of
my sample data.
Should it work with fitdistr in the package MASS?
I only find how to do it for GEV, Gumbel, and almost all other distributions,
but FRECHET?
I would be very happy if somebody can tell me how to do fit the FRECHET
distribution!
Thanks
Nadja Riedwyl
2006 Apr 12
0
Solution: Making RNetCDF work on Fedora Linux
...gger to find bugs in netcdf itself.
The problem installing RNetCDF was caused by the Fedora-Extras package
maintainer's use of the install directory /usr/include/netcdf-3 rather
than /usr/include. I had several very productive emails with RNetCDF's
packager Pavel Michna <michna at giub.unibe.ch> and after a while, I
concluded that the Fedora-Extras packaging is just wrong, and there's no
point in trying to hack RNetCDF to work around it. So I removed the
unusual packaging. While I was in the repackaging mood, I built the RPMS
for the netcdf version 3.6.1, one notch ne...
2009 Jan 08
2
Excluding data with apply
Dear all,
'Apply' is a great thing for running functions on rows or columns of a
matrix:
X <- rnorm(20, mean = 0, sd = 1)
dim(X) <- c(5,4)
apply(X,2,sum)
Is there a way to use apply for excluding rows or columns from a matrix
to run functions on the remaining rows or columns? I know, I could do
this with a 'for' loop, but 'apply' would be much easier and
2010 Dec 15
0
No fonts control on Cairo in batch mode
...Y_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
2009 Feb 04
2
Sum(..) in apply()
Dear,
I have a set of ascii-grids. For each gridcell I want to count all values
that lie between 15 and 6.
Therefore I combined the ascii-grids in an array and used
result<- apply(temp,2,sum((temp <=15)&(temp > 6)), na.rm=TRUE)
But, this doesn`t work. It seems that the combination apply with sum(...) is
not working, since the pure
apply(object,2,sum) does work.
May you help me
2001 Dec 19
1
combine
...our help!
cheers,
Nando
_________________________________________________
Nando Foppa - Remote Sensing Research Group
Department of Geography
University of Bern Tel : +41 (0)31 631 8020
Hallerstr. 12 Fax : +49 (0)89 2443 43780
CH - 3012 Bern Mail: foppa at giub.unibe.ch
Switzerland
_________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&quo...
2009 Jan 09
1
[Fwd: Excluding data with apply]
...ss programming...
>
> Cheers, 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 Mar 05
3
location of maximum
Dear R-users,
I'm trying to extract the exact location of the maximum value in a
vector or a matrix, meaning I want not only the maximum itself but also
at which position (e.g row 6, column 12) it is located.
I appreciate any suggestions.
Thanks,
Patrick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patrick.vcf
Type: text/x-vcard
Size: 339 bytes
Desc:
2011 May 30
0
gls and phi1 >1 (phi larger than one)
...19
129 2001 -1.2175 146.5756
130 2002 -1.1950 144.8493
--
-----------------------------------------------
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