Displaying 7 results from an estimated 7 matches for "josephi".
Did you mean:
joseph
1999 Jan 17
1
Other core dumps, with apologies
Norm Josephy <NJOSEPHY@bentley.edu> writes:
> Sir:
>
> I hope you do not mind me sending e-mail directly to you
> rather than to the developer's list. I wish to avoid
> unnecessary traffic on the list when the issue I raise may
> have already been fixed.
As a matter of principle: I *do* mind. One of the purposes of having a
list is that not everyone has the time
1999 Jan 17
1
Other core dumps, with apologies
Norm Josephy <NJOSEPHY@bentley.edu> writes:
> Sir:
>
> I hope you do not mind me sending e-mail directly to you
> rather than to the developer's list. I wish to avoid
> unnecessary traffic on the list when the issue I raise may
> have already been fixed.
As a matter of principle: I *do* mind. One of the purposes of having a
list is that not everyone has the time
1998 Nov 11
1
Wavelets in R
On Wed, Nov 11, 1998 at 01:00:34PM -0500, Norm Josephy wrote:
>
> Sir:
>
> I find your version of R excellent. I am teaching a course
> next semester on Graphical Exploratory Data Analysis, and am
> looking forward to having my students use this software.
> Thank you for making it available.
> ............................................................
> I am
1999 Jan 16
1
Core dump on sapply misuse
Developers:
I hope this is the appropriate place to post this request.
I am getting a core dump in an application of sapply. A
simplified example is the following. Because simplify=TRUE
is the default for sapply and tapply, the following works
x <- 1:5; sapply(x,list)
but the following dumps core with an access violation
x <- 1:5; myf <- function(x) list(x,x); sapply(x,myf)
2008 May 26
2
Strange behaviour of as.POSIXct
Hi:
I do not understand the returned value of NA in the following, which is a simplified version of
my attempt to convert the start column of the data frame AirQual in the SwissAir package.
as.POSIXct(paste('04.04.2004 0',0:3,sep=''),format='%d.%m.%Y %H')
[1] "2004-04-04 00:00:00 EST" "2004-04-04 01:00:00 EST"
[3] NA
1998 Dec 02
1
print in bdr0631 Win95 version
Hello:
In the latest release of R from bdr, bdr0631, running under
Windows 95:
print(2)
Error: 5 arguments passed to print.default, while requires 6
Is there a problem here?
Thank you,
Norman
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1998 Nov 29
1
Question about dotplot
Hello:
I am playing with the dotplot command (in preparation for
teaching an EDA course). I do not understand the following
behaviour of dotplot when x is a vector. These examples
have been tried on both Linux version 0.63 and guido's
Windows version 0.63 running under Windows 95.
I searched the bug reporting system, but found no mention
of any report concerning dotplot.
x <- 1:26