LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 10 Sep 2008 12:00:19 -0500
Reply-To:   Mary <mlhoward@avalon.net>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Mary <mlhoward@AVALON.NET>
Subject:   Re: KEEP DROP array variables
Comments:   To: iw1junk@COMCAST.NET
Content-Type:   text/plain; charset="iso-8859-1"

Ian,

The reason you need it wide is to do statistical analysis; for instance proc logisitic code would be:

model disease=snp1 snp2 snp3;

Virtually all SAS STAT procedures expect data to be wide rather than long; thus the need to be able to transpose back and forth.

-Mary ----- Original Message ----- From: Ian Whitlock To: SAS-L@LISTSERV.UGA.EDU Sent: Wednesday, September 10, 2008 11:40 AM Subject: Re: KEEP DROP array variables

Summary: Deleting obs and variables - efficiency and bugs #iw-value=1

jlee8071@gmail.com asked a question involving 6651 one byte character variables. He wanted to subset rows to those where some variable was "U", and he wanted to keep only those columns that had some value "U" in them.

It is hard for me to imagine how such a data set can be of much use,


Back to: Top of message | Previous page | Main SAS-L page