search for: ts140

Displaying 12 results from an estimated 12 matches for "ts140".

Did you mean: ts130
1999 Dec 11
2
SAS XPORT Transport Format
...ates Food and Drug Administration (FDA) has adopted a transport format defined by SAS Institute as a standard for electronic submissions of data. As a result, this format has been openly documented. The URL for the documentation on the format is http://ftp.sas.com/techsup/download/technote/ts140.html Information on the FDA standards for Electronic submissions is given at http://www.sas.com/software/industry/pht/fda/index.html Has anyone written code to import data stored in this format into R? Saikat DebRoy and I started reverse-engineering the format before our colleague pointed...
2017 Jan 05
2
[OT] Network Attached Storage
...ed up > on deep discount when they were on clearance. I put 16GB ECC ram in > it, and its been working quite nicely. > > -- > john r pierce, recycling bits in santa cruz That is a nice looking unit but pricey. They are $867 with no drives on Newegg. Think I'm going with the TS140. My TS130 has been pretty solid. I can get one w/o a HD, Xeon processor, for under $400. I tried installing freenas as a vm on virtualbox last night for a test run and got into a loop of reboots. I followed the directions in their documentation. Never got it working. After about a dozen tries, I...
2018 Apr 13
0
Reading xpt files into R
...You can look at the file with a text editor. There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. -- David. > If anyone can explain how I can read this xpt file into R I'd be v grateful > > Thanks Nick Wray > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing...
2002 Dec 21
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
...o load a text SAS XPORT Stephen> file, when it should be loading the SAS XPORT file in Stephen> binary format? Is this a problem? I have no idea what you mean by binary/text SAS XPORT formats. R implements the XPORT format as described in http://ftp.sas.com/techsup/download/technote/ts140.html and that definitely is not a text format.
2018 Apr 14
0
Fwd: Re: Reading xpt files into R
...nsemius <dwinsemius at comcast.net> wrote: > > There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. > > -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com [[alternative HTML version d...
2018 Apr 13
5
Reading xpt files into R
Hello R folk I have an xpt file which I have been trying to open into R in R studio On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. I had also found some code which says that this would allow me to read the xpt file into R: library(SASxport) data(Alfalfa) lookup.xport("test.xpt")
2017 Jan 02
9
[OT] Network Attached Storage
Hello, Been thinking about either purchasing one of these or building my own. This will be for home use. I was looking at the QNAP 451+ or building (DYI NAS) one with FreeNAS. I also found that CentOS has a NAS project. Not sure which way to go. They would cost about the same. One would be proprietary and the other open source. I like open source. This for home use. Thought I'd start out
2018 Apr 14
1
Fwd: Re: Reading xpt files into R
...<dwinsemius at comcast.net> wrote: >> >> There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. > -- David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law
2017 Jan 05
0
[OT] Network Attached Storage
...ked up > on deep discount when they were on clearance. I put 16GB ECC ram in > it, and its been working quite nicely. > > -- > john r pierce, recycling bits in santa cruz That is a nice looking unit but pricey. They are $867 with no drives on Newegg. Think I'm going with the TS140. My TS130 has been pretty solid. I can get one w/o a HD, Xeon processor, for under $400. I tried installing freenas as a vm on virtualbox last night for a test run and got into a loop of reboots. I followed the directions in their documentation. Never got it working. After about a dozen tries, I...
2002 Mar 28
0
Enhancement request: lookup.xport() in library foreign
...if he's not available, could modify the code to include the format name. Thank you -Don -- the reference -- SAS Technical Support document TS-140: ``The Record Layout of a Data Set in SAS Transport (XPORT) Format'' available as <URL: http://ftp.sas.com/techsup/download/technote/ts140.html>. -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA -------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing li...
2005 Apr 07
1
Importing SAS transport data
I have encountered a problem reading SAS transport files on both a Mac (OS X) and Linux (RedHat 9), both using R2.0.1. After loading "foreign", the command: read.xport("V1622101_050304.xpt") yields: Error in lookup.xport(file) : File not in SAS transfer format In Linux, I can "cat" the file. The first few lines are: **COMPRESSED** **COMPRESSED** **COMPRESSED**
2004 Nov 23
3
Problem with read.xport() from foreigh package (PR#7389)
Full_Name: Ruskin Chow Version: R 2.0.1 OS: Windows 2000 Submission from: (NULL) (203.169.154.66) Data imported from SAS using read.xport() in package foreign are converted to <NA> when the SAS data field consists of character strings that are only one character long. This is apparently a previously reported bug and perhaps fixed in some platform other than Windows (rw2001).Some