[R] RE: avas

Paul, David A paulda at BATTELLE.ORG
Tue May 13 15:33:18 CEST 2003


I am using R1.7/Win2k.
After installing the acepack( ) library, I noticed
what may/may not be considered a bug in avas() --

When interested in

avas.object1 <- avas(x = foo1$X1, y = foo1$Y1)
avas.object2 <- avas(x = foo2$X2, y = foo2$Y2)

if I mistype and inadvertently use (say)

avas.object1 <- avas(x = foo1$X2, y = foo1$Y1)
avas.object2 <- avas(x = foo2$X2, y = foo2$Y2)

my RGui application crashes.

FYI,
  david paul



-----Original Message-----
From: Paul, David A 
Sent: Monday, May 12, 2003 6:46 PM
To: 'r-help at stat.math.ethz.ch'
Subject: avas


Are there any equivalent function(s) in R1.70/Win2k for the avas( ) function
in Splus 6.1/Win2k?

FYI: The implementation of avas( ) in Splus uses
.Fortran( ) to call to precompiled code.
 

Much thanks,
  david paul




More information about the R-help mailing list