Displaying 2 results from an estimated 2 matches for "gulyas".
Did you mean:
gulps
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...SAS data file
# Packages needed: rcom
# inPath: path to SAS file
# inSAS: SAS data file name (no extension)
# as.is: as per read.csv (FALSE - force all character
variables to be factors)
# outputs a data.frame object
# Created: December 1, 2007
# Modified: December 4, 2007
# Author: Gyula Gulyas (gyula.gulyas at timberline.ca)
# Use as is, no guarantees, liability due to data
loss is limited to the price you paid for this
function...
require(rcom)
# check if user has closing slash in path and fix it
if needed
inPath <- sub("/$","",inPath)
obWSM <-
comCrea...
2007 Dec 27
1
SAS to R - if you don't have a SAS license
Hi all,
if you do not have a SAS license but want to convert
native SAS data files, the solution below will work.
# read SAS data without SAS
# 1. Download free SAS System Viewer from either of
the sites below:
#
http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+System+Viewer
(requires registration)
#
http://www.umass.edu/statdata/software/downloads/SASViewer/index.html
#