search for: weingessel

Displaying 20 results from an estimated 24 matches for "weingessel".

1997 Oct 17
2
R-alpha: bug in svd
...0 [2,] 0 1 0 0 [3,] 0 0 1 0 [4,] 0 0 0 1 $v [,1] [,2] [,3] [,4] [1,] 1 0 0 0 [2,] 0 1 0 0 [3,] 0 0 NA NA [4,] 0 0 NA NA [5,] 0 0 NA NA but causes a Segmentation Fault on the solaris machine. =09Andreas Weingessel ***********************************************************************= * * Andreas Weingessel = * ***********************************************************************= * * Institut f=FCr Statistik * Tel: (+43 1) 58801 454=...
1998 May 28
5
performance of apply
...seems to be a performance bottleneck, one should be aware of this problem, use simple for-loops and use apply only on small data (small dimensions) or where it is really necessary. Andreas ************************************************************************ * Andreas Weingessel * ************************************************************************ * Institut f=FCr Statistik * Tel: (+43 1) 58801 4541 = * * Technische Universit=E4t Wien * Fax: (+43 1) 504 14 98 = * * Wiedner Hauptstr. 8-10/1071 * Andreas.W...
1999 Apr 07
2
Bug list summary (automatic post)
...e solved. The --rest is still there (22feb99) * PR# 79 * Subject: apology: text(locator(),"sometext") works From: Rashid Nassar <rnassar@acpub.duke.edu> Date: Tue, 15 Dec 1998 19:45:29 -0500 (EST) --Clipping discrepancy x11/PS * PR# 106 * Subject: border-arg. in persp From: Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at> Date: Fri, 29 Jan 1999 11:12:39 +0100 --No effect of arg. Still here 22feb99. Segfault with border=0 seems gone now. * PR# 114 * Subject: PostScript Level 1/2 bug From: ben@eno.princeton.edu Date: Mon, 8 Feb 1999 00:07:20 +0100 --Not sure whether this is...
1998 Jan 14
1
R-beta: pairs-plot
...e curve fits the data? A command like R> pairs(x, panel=function(x,y) {points(x,y); lines(lowess(x,y))}) does not work, since I fit the curve in all dimensions at once. Thanks, Andreas ************************************************************************ * Andreas Weingessel * ************************************************************************ * Institut f?r Statistik * Tel: (+43 1) 58801 4541 * * Technische Universit?t Wien * Fax: (+43 1) 504 14 98 * * Wiedner Hauptstr. 8-10/1071 * Andreas.Weingesse...
1998 Jan 20
1
prlab
Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at> writes: > When I tried to port the statlib-Pkg rpart to R, I came across the > c-Function prlab which seems to be part of S+, but not of R. > > Does anyone know what prlab does and how difficult it would be to > emulate it in R? Can you s...
1998 Jan 07
1
R/S Difference - split
...1.1210493 -0.2711708 0.7039623 $"3": [1] -0.02645670 0.81864215 0.58816596 -0.42465974 -0.02682458 $"4": [1] -0.5523629 -0.7176803 0.3159648 0.7787409 1.6325061 ************************************************************************ * Andreas Weingessel * ************************************************************************ * Institut f=FCr Statistik * Tel: (+43 1) 58801 4541 = * * Technische Universit=E4t Wien * Fax: (+43 1) 504 14 98 = * * Wiedner Hauptstr. 8-10/1071 * Andreas.W...
1998 Aug 28
2
No subject
Sirs, may be that a fault exists in the file "postscript" under "r documentation" which contains "Notes on R:A Programming..." at http://www.ci.tuwien.ac.at/R/contents.htm| I did not succeed in reading and printing it. Can You help me? Many thanks in advance. F.Petronio petronio at univ.trieste.it
1999 Jul 28
1
skewness, kurtosis
Dear R-Users and Developpers, Currently R does not include functions to compute the skewness and kurtosis. I programmed it myself in the following way, but probably *real* programmers/statisticians can do that better: mykurtosis <- function(x) { m4 <- mean((x-mean(x))^4) kurt <- m4/(sd(x)^4)-3 kurt } myskewness <- function(x) { m3 <- mean((x-mean(x))^3) skew <-
1998 Aug 20
2
R-beta: Hmisc and R
Hello, I want to try the Design and Hmisc library from FE Harrell but, i have trouble with the copyright for the library Hmisc : in the home of the author : http://fharrell.biostat.virginia.edu/s/unix/ in the file Hmisc.README ###COPYRIGHT NOTICE ###You may not port code in the Hmisc library to R. Aie, Why ???? ###You may distribute these functions freely as long as you do so without
1999 May 21
0
Bug list summary (automatic post)
...e solved. The --rest is still there (22feb99) * PR# 79 * Subject: apology: text(locator(),"sometext") works From: Rashid Nassar <rnassar@acpub.duke.edu> Date: Tue, 15 Dec 1998 19:45:29 -0500 (EST) --Clipping discrepancy x11/PS * PR# 106 * Subject: border-arg. in persp From: Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at> Date: Fri, 29 Jan 1999 11:12:39 +0100 --No effect of arg. Still here 22feb99. Segfault with border=0 seems gone now. * PR# 114 * Subject: PostScript Level 1/2 bug From: ben@eno.princeton.edu Date: Mon, 8 Feb 1999 00:07:20 +0100 --Not sure whether this is...
1998 Aug 23
0
R-beta: design && hmisc && CRAN
...v 1997, Jim Lindsey <jlindsey at luc.ac.be> sent an email to r-devel describing his first shot at porting Design and Hmisc to R. A few days later, his port snapshot of Design was uploaded to CRAN's src/contrib/devel area, and has since been available from there. A few weeks ago, Andreas Weingessel <A.Weingessel at ci.tuwien.ac.at> had a look into porting Hmisc to R (we needed some code for imputation). When he checked with the author, he was not given permission to ``port'' the code. (I guess everyone interested has meanwhile had a look at the most recent version of the Hmisc...
1999 Oct 07
1
Bug list summary (automatic post)
...+0100 (BST) --See PR#239 * PR# 241 * Subject: Re: cbind is not generic as claimed, omits labels where S has them From: Prof Brian D Ripley <ripley@stats.ox.ac.uk> Date: Fri, 6 Aug 1999 06:52:35 +0100 (BST) --See PR#239 * PR# 257 * Subject: dimnames names lost when subscripting From: Andreas Weingessel <weingessel@ci.tuwien.ac.at> Date: Wed, 25 Aug 1999 12:45:28 +0200 * PR# 263 * Subject: Problems sourcing functions with R65.0 From: Patrick Lindsey <plindsey@alpha.luc.ac.be> Date: Wed, 1 Sep 1999 11:58:51 +0200 (MET DST) --There is a 128K limit on functions wirh keep.source set. Try m...
1999 Nov 07
1
Bug list summary (automatic post)
...+0100 (BST) --See PR#239 * PR# 241 * Subject: Re: cbind is not generic as claimed, omits labels where S has them From: Prof Brian D Ripley <ripley@stats.ox.ac.uk> Date: Fri, 6 Aug 1999 06:52:35 +0100 (BST) --See PR#239 * PR# 257 * Subject: dimnames names lost when subscripting From: Andreas Weingessel <weingessel@ci.tuwien.ac.at> Date: Wed, 25 Aug 1999 12:45:28 +0200 * PR# 263 * Subject: Problems sourcing functions with R65.0 From: Patrick Lindsey <plindsey@alpha.luc.ac.be> Date: Wed, 1 Sep 1999 11:58:51 +0200 (MET DST) --There is a 128K limit on functions wirh keep.source set. Try m...
1999 Dec 07
1
Bug list summary (automatic post)
...From: Jim Lindsey <jlindsey@alpha.luc.ac.be> Date: Fri, 29 Jan 1999 08:28:32 +0100 (MET) --Model formulas. Proper fix probably requires extensive rewrite of model formula --parser, which would make in non-S-compatible. * PR# 257 * Subject: dimnames names lost when subscripting From: Andreas Weingessel <weingessel@ci.tuwien.ac.at> Date: Wed, 25 Aug 1999 12:45:28 +0200 * PR# 263 * Subject: Problems sourcing functions with R65.0 From: Patrick Lindsey <plindsey@alpha.luc.ac.be> Date: Wed, 1 Sep 1999 11:58:51 +0200 (MET DST) --There is a 128K limit on functions wirh keep.source set. Try m...
2000 Jan 21
0
Bug list summary (automatic post)
...jens.oehlschlaegel-akiyoshi@mdfactory.de> Date: Thu, 23 Dec 1999 19:12:58 +0100 * PR# 389 * Subject: coredump with plot(x,y,pch="+",cex=2.2) From: Rashid Nassar <rnassar@duke.edu> Date: Sun, 26 Dec 1999 18:14:10 -0500 (EST) * PR# 390 * Subject: axis for small ranges From: Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at> Date: Tue, 28 Dec 1999 13:28:01 +0100 * PR# 391 * Subject: Segfault in dataentry() From: Peter Dalgaard BSA <p.dalgaard@pubhealth.ku.dk> Date: 29 Dec 1999 11:59:50 +0100 * PR# 394 * Subject: formatC (bug and fix) From: "=?iso-8859-1?Q?Jens_Oehls...
1999 Mar 11
1
: for factors (PR#139)
The following example from the help page does not work: > f1_ gl(2,3); f1 > f2_ gl(3,2); f2 > f1:f2 # a factor, the ``cross'' f1 x f2 yields Warning in f1:f2 : Numerical expression has 6 elements: only the first used [1] 1 whereas R-0.61.2 yields > f1:f2 # a factor, the ``cross'' f1 x f2 [1] 1:1 1:1 1:2 2:2 2:3 2:3 Note that the new behavior is consistent with
1999 Dec 28
1
axis for small ranges (PR#390)
If you plot a vector of numbers which are all very similar (i.e. within the range of some eps), the y-axis is not drawn correctly. Either it is completely missing and there is an additional horizontal line (1st example below) or it is longer than the plotting region (2nd example). x <- c(0.12345678912345678,0.12345678912345679,0.12345678912345676) plot(x) y <- c(0.9999563255363383973418,
1999 Nov 25
1
segfault in garbage collection (PR#344)
The following statements yield a seg.fault: R --vanilla --nsize 500K x <- rep(letters,10000) f <- function(x) {z<-paste("\"",x,"\"",sep=""); z} y <- f(x) Segmentation fault If a turn gcinfo on, I get Garbage collection [nr. 1]... 387529 cons cells free (75%) 3807 Kbytes of heap free (62%) Garbage collection [nr. 2]... 273868 cons cells free
2000 Feb 08
1
fix() changes character to factor (PR#415)
If x is a data.frame containing a column of mode character, this column is changed to a factor after applying fix(x). Example: R> x_data.frame(a=1:3,b=letters[1:3],c=c("hansi","pepi","karli")) R> x$c_as.character(x$c) R> is.character(x$c) [1] TRUE R> is.factor(x$c) [1] FALSE R> fix(x) ## I change "karli" to "sepp" R> x$c [1]
1999 Aug 21
2
Bug list summary (automatic post)
================================================= This is an automated summary of the status of the R-bugs repository. Note that this may be neither complete nor perfectly correct at any given instance: Not all bugs are reported, and some reported bugs may have been fixed, but the repository not yet updated. Some bug fixes are difficult to verify because they pertain to specific hardware or