search for: slps

Displaying 4 results from an estimated 4 matches for "slps".

Did you mean: slp
2002 Jun 28
0
dataplot oen source? (was: RE: FW: re: GUI's for teaching)
IIRC, the license stated in the source code of dataplot is rather restrictive. I don't think one is allowed to use the source as can be done with GPL code. Cheers, Andy > -----Original Message----- > From: Brett A Magill [mailto:Brett.Magill at slps.org] > Sent: Thursday, June 27, 2002 1:14 PM > To: r-help at stat.math.ethz.ch > Subject: [R] FW: re: GUI's for teaching > > > Have a look at the GUI on dataplot, NIST's plotting software. > It is implemented in tcl/tk. The site states it is "public > doma...
2002 Jun 27
0
FW: re: GUI's for teaching
.... The site states it is "public domain software" -- open source? I can't find anything about the license. In any case... http://www.itl.nist.gov/div898/software/dataplot/ Brett A. Magill, Evaluator Research, Assessment, and Evaluation Saint Louis Public Schools Brett.Magill at slps.org -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request...
2002 Aug 27
1
Opening Data Via FTP
Hello all, I am trying to read a table in via ftp, something like this: read.table("ftp://ftp.the.file.com/the/directory/file.txt") The trouble with that is, our ftp server is picky and wants my username and password. Oh, bother. My question: Is there a way to send user/pass and read the file into R? I am using R 1.5.1 on Windows 98. Thanks, Brett A. Magill, Evaluator
2002 May 03
3
skipping columns with read.fwf?
I have a file in fwf. It is rather large, about 40,000 rows and 40 variables (columns). I only need about 10 variables form the data set for the analysis at hand. Unfortunately, these 10 variables are not contiguous in the file, for example, the first is position 1-8, the next position 25-27, then 40. Is there a way to read the selected varaibles that I need without reading in the entire data