Displaying 7 results from an estimated 7 matches for "josephy".
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 princip...
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 princip...
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.
> ................................
1999 Jan 16
1
Core dump on sapply misuse
...;impossible to access
clipboard' problem with graphics under NT but not under
Win95).
Could a gentler message be encoded (e.g. a check after the
call to lapply) to inform the user that sapply (and tapply)
is being abused? A core dump seems a rather harsh caveat
emptor.
Thank you
Norman Josephy
Department Of Mathematical Sciences
Bentley College
Waltham, MA
E-Mail: NJOSEPHY@BENTLEY.EDU
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or &qu...
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