Displaying 2 results from an estimated 2 matches for "markstevens".
1999 Oct 10
1
Using metric scaling
I want to enter a symmetric matrix containing distances for use in the
cmdscale() metric scaling function. The matrix currently sits on a file in
lower triangular form looking like this:
1 AWANUI RIVER .000
2 BLENHEIM .510 .000
3 COLLINGWOOD .510 .109 .000
4 FOXTON .510 .141 .141 .000
5 GISBORNE .549 .549 .549
1999 Oct 18
2
Solving problems with read.fwf(), perl under WinNT (was: Re: Using metric scaling)
Some days ago a problem with perl under WinNT was reported, which lead to
> > t1 <- read.fwf("d:/maj/consulting/MarkStevens/matrix.txt", width=c(4,
22,
> rep(7, 8)))
> Error: "scan" can't open file
I installed perl from the WindowsNt Recource Kit CD (Sept. 98) and
encountered the same problem:
Scan couldn't open the file
- because perl did not produce it
- because perl could not find it...