s-news
[Top] [All Lists]

dist()

To: s-news@lists.biostat.wustl.edu
Subject: dist()
From: lyhin <lyhin@netvigator.com>
Date: Sat, 25 Dec 2004 09:43:36 +0800
Dear all,
I wonder if the engine behind dist() is different in the Windows and
Unix version of S-plus?

While we can compute
>x$cor.met<-c(1,2,6,9,134,279)
>dist(try)
in Windows version perfectly well,
we get this error message in the Unix version:
15: eval(action, sys.parent())
14: doErrorAction("Problem in .Fortran(\"ddistca\",: subroutine ddistca:
Argument 4 has zero length",
13: .Fortran("ddistca",
12: dist(x$cor.met)
.
.
.

Any thoughts?

Thanks
Lin



<Prev in Thread] Current Thread [Next in Thread>
  • dist(), lyhin <=