search for: schlather

Displaying 20 results from an estimated 23 matches for "schlather".

2007 May 21
1
size limit in R?
Hi, Please see the email exchanges below. I am having trouble generating output that is large enough for our needs, specifically when using the GaussRF function. However, when I wrote Dr. Schlather (the author of the GaussRF function), he indicated that there is also a limit imposed by R itself. Is this something that we can overcome? Thank you very much for any assistance you may provde. Regards, Jamesina ==============Original message text=============== From: Martin Schlather <schla...
2003 Jul 04
2
(PR#3400)
...not clear from the message. _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 7.0 year 2003 month 04 day 16 language R Cheers, Martin Martin Maechler wrote: >>>>>>"Martin" == Martin Schlather <Martin.Schlather@uni-bayreuth.de> >>>>>> on Fri, 4 Jul 2003 15:59:21 +0200 (MET DST) writes: >>>>>> > > > Martin> I have attached a larger Rd file that causes an error when > > Unfortunately, attachments are always "mangled...
2002 Mar 01
1
fft
...ver R's fft in called in R does not fail. I would be grateful if anybody would tell me why this happens or to which fact I did not pay attention. Please find attached the package containing the relevant files. Details can be found in tests/test.R Many thanks in advance. Martin -- Martin Schlather email: Martin.Schlather@uni-bayreuth.de Abteilung Bodenphysik phone: +49 (0)921 55 2193 Univ. Bayreuth Fax : +49 (0)921 55 2246 D -- 95440 Bayreuth, Germany http://www.geo.uni-bayreuth.de/~martin/
2007 Oct 10
2
documentation of .C (PR#9948)
Full_Name: Martin Schlather Version: R version 2.7.0 Under development (unstable) (2007-10-01 r43043) OS: Linux Submission from: (NULL) (91.3.209.203) Hi, There are 2 dangers with using 'DUP=FALSE' mentioned: * formal arguments * lists Would you also mention a third one, namely that values in R are now only re...
2001 Jun 12
1
help(PackageName)
...useful that every package should allow for help(PackageName), giving some general information about the package (more/nicer than library(help=PackageName)). This man page may include some mathematical or statistical background, or contain a guideline for the package. Cheers, Martin -- Martin Schlather email: Martin.Schlather@uni-bayreuth.de Abteilung Bodenphysik phone: +49 (0)921 55 2193 Univ. Bayreuth Fax : +49 (0)921 55 2246 D -- 95440 Bayreuth, Germany http://www.geo.uni-bayreuth.de/~martin/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2003 Jul 04
1
R documentation -- buffer overflow? (PR#3400)
...size is reduced the error vanishes, see the lines 230 and 527 in the file. I could not find an error within my text and so my guess is that there is some buffer overflow within the compiler. If it is me who has caused the error please let me know -- and many apologies. Cheers, Martin -- Martin Schlather email: Martin.Schlather@uni-bayreuth.de Abteilung Bodenphysik phone: +49 (0)921 55 2193 Univ. Bayreuth Fax : +49 (0)921 55 2246 D -- 95440 Bayreuth, Germany http://www.geo.uni-bayreuth.de/~martin/
2001 Mar 13
1
.C-calls
...hird way. ## The code seems working very well... but? dummy2 <- double(lc * lc) .Fortran("chol", cov.matrix, lc, lc, dummy2, info = integer(1), DUP = FALSE, PACKAGE = "base") c2 <- matrix(dummy2, lc, lc) sum(abs(c0-c2)) # == 0 Cheers, Martin -- Martin Schlather email: Martin.Schlather@uni-bayreuth.de Abteilung Bodenphysik phone: +49 (0)921 55 2193 Univ. Bayreuth Fax : +49 (0)921 55 2246 D -- 95440 Bayreuth, Germany http://www.geo.uni-bayreuth.de/~martin/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2009 Jan 27
1
uninitialised value in R (PR#13476)
...SSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C Search Path: .GlobalEnv, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base -- Prof. Dr. Martin Schlather Institut f?r Mathematische Stochastik & Zentrum f?r Statistik Georg-August-Universit?t G?ttingen Goldschmidtstr. 7, 5.111 D -- 37077 G?ttingen schlather at math.uni-goettingen.de http://www.stochastik.math.uni-goettingen.de/~schlather http://zfs.uni-goettingen.de/ phone: +49 (0)551 39 17 2131...
2006 Mar 30
1
function min does not return correct result if .Machine$integer.max is involved (PR#8731)
Full_Name: Martin Schlather Version: 2.2.0 and alpha 2.3.0 (06/3/29) OS: Linux (x86_64 and Intel) Submission from: (NULL) (139.11.183.106) > min(.Machine$integer.max, 10^20) [1] 1e+20 > min(as.integer(.Machine$integer.max), 10^20) [1] 1e+20 but > min(.Machine$integer.max + 0, 10^20) [1] 2147483647 > min(as.i...
2009 Dec 29
1
different behaviour of NAs under valgrind (PR#14171)
Full_Name: Martin Schlather Version: 2.10.0 OS: linux Submission from: (NULL) (91.3.220.231) Bug summary: some functions behave differently for NAs when valgrind is used in R, e.g. sum and prod Bug demonstration: --- without valgrind ---- > sum(c(NA,1)[1]) [1] NA --- with valgrind ---- > sum(c(NA,1)[...
2002 Apr 04
3
assign, documentation (PR#1434)
...[1]]'). The name does not need to be quoted, though it can be. So I would expect that by a<-1:4 assign("a[1]",2) the first component of a gets the value 2, but the object "a[1]" is created. Could this be clarified in the documentation? Cheers, Martin -- Martin Schlather email: Martin.Schlather@uni-bayreuth.de Abteilung Bodenphysik phone: +49 (0)921 55 2193 Univ. Bayreuth Fax : +49 (0)921 55 2246 D -- 95440 Bayreuth, Germany http://www.geo.uni-bayreuth.de/~martin/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2006 Jan 25
1
How to use rfm.test ? (Package MarkedPointProcess)
I would like to compute the MC test (rfm.test) available in the package MarkedPointProcess (for the data BITOEK for example) in order to test the dependence between the marks and their locations. Why the syntax of rfm.test is false here? I have the message : ****************************** ML WARNING! Forbidden values! -- if there are too many warnings try narrower lower and upper bounds for the
2004 May 11
1
bad interaction between RandomFields 1.1.11 and Sweave
Not really a bug (I eventually discovered), but ... When running GaussRF()/DoSimulateRF() with n>1, the default pch="!" prints backspaces to the terminal, which causes problems (LaTeX barfs) if you're running this within an Sweave() job. Setting RFparameters(pch="") fixes the problem. Could put this in the documentation, but I don't know where you could
2006 Mar 30
0
function min does not return correct result if .Machine$integer.max (PR#8732)
...(!updated) updated = 1; *value = NA_INTEGER; return(updated); } } *value = s; so it ignores the initial value INT_MAX (updated is not set). Fairly easy to fix ... done for 2.3.0. There's a parallel problem with -.Machine$integer.max, also fixed. On Thu, 30 Mar 2006, schlather at hsu-hh.de wrote: > Full_Name: Martin Schlather > Version: 2.2.0 and alpha 2.3.0 (06/3/29) > OS: Linux (x86_64 and Intel) > Submission from: (NULL) (139.11.183.106) > > >> min(.Machine$integer.max, 10^20) > [1] 1e+20 > >> min(as.integer(.Machine$integer.max),...
2001 Mar 14
0
segmentation fault of unknown cause (PR#877)
...jor 1 minor 2.2 year 2001 month 02 day 26 language R PPS: If the file strange.R works well then it stops with an error message different from "segmentation fault". -- Martin Schlather email: Martin.Schlather@uni-bayreuth.de Abteilung Bodenphysik phone: +49 (0)921 55 2193 Univ. Bayreuth Fax : +49 (0)921 55 2246 D -- 95440 Bayreuth, Germany http://www.geo.uni-bayreuth.de/~martin/ #### the comments in the file strange.R g...
2002 Jul 30
1
Optim() returns wrong maximum
Dear R-devel During the last half a year I have several times encountered the following problem with optim() when using method= "L-BFGS-B". The function return a value which is clearly not the maximum (seen from printing the value each time the function is called). Some output is shown below. A few things I have observed (as I remember it): a. The problem seems to occur when the
2002 Jul 19
1
read.table bug (PR#1809)
Full_Name: Michael McStephen Version: 1.5.1 OS: Win2000 Submission from: (NULL) (203.25.148.63) When using read.table to read a data file section by section, I get an error that indicates R is attempting to read more "fields" than exist. The Data file looks like this: ---Start of file tmp.txt----------- Response Types = TPos TNeg FPos FNeg Anti Post MaxO Test ID,Username,Start
2016 Jul 18
0
memory leak in split.screen
...ing R Under development (unstable) (2016-07-15 r70918) nickname Unsuffered Consequences I would be happy to get any hint that explains this behaviour. The LeakSanitizer message appears in the interactive mode, but not in the batch mode. With kind regards, Martin Schlather
2002 May 17
0
What is the most efficient way to assign to PARTS of obje cts in other frames/environments?
...a pair, to know about each other. Richard Raubertas Biometrics Research Merck & Co. > -----Original Message----- > From: Thomas Lumley [mailto:tlumley at u.washington.edu] > Sent: Friday, May 17, 2002 11:44 AM > To: oehl_list at gmx.de > Cc: r-help at stat.math.ethz.ch; Martin.Schlather at uni-bayreuth.de > Subject: Re: [R] What is the most efficient way to assign to PARTS of > objects in other frames/environments? > > > On Fri, 17 May 2002 oehl_list at gmx.de wrote: > > > Can please someone familiar with the R internals explain on > the following: &...
2001 Aug 27
1
colorbar legend for image()
Hi, are there any plans to add a colorbar legend to image()? Or such a possibility already implemented which I just haven't discovered yet. Anyway, I will be willing to spent some time on the implementation if there isn't anyone working on that already. Thanks Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read