| Thread | Last Post | Replies |
|
| Proc Mixed Question: Obtaining continuous IV parameters across levels of a categorical IV | 31 Oct 2008 23:51 GMT | - |
I hope someone can assist with question. I have the following code: PROC MIXED ; CLASS A
|
| removing something extra on the end of variables | 31 Oct 2008 23:18 GMT | 6 |
I have imported data from excel into SAS. The field (hullnum) is set to $10. but my value is 6 characters. I am matching this field to another table with the same field (hullnum). I can see that the values are the same, but they are not matching. When I check the
|
| Factor analytic (FA) variance structure in Proc mixed | 31 Oct 2008 21:49 GMT | - |
I'm evaluating FA models for a crop variety trial data set and have a question on how to write SAS code to seperate BLUPs for main effect and BLUPS for interaction effect
|
| Using where clause to select for range | 31 Oct 2008 21:20 GMT | 1 |
Just wondering how I can use the where clause to select for a range of years. For example, I want SAS to run the procedure only on observations from 1991-2001. I tried where 1991<= year <=2001; but that doesn't work
:(. I really don't want to have to do where year in |
| modeling twin data in PROC MIXED | 31 Oct 2008 20:46 GMT | - |
Hello. I am currently looking at the effects of hypertension (hyptynr; dichotomous y/n), cardiovascular disease (cardvsc2; categorical), alcohol consumption (AlcConsume; categorical), smoking (currsmoke2; categorical), waist-hip ratio (continuous), and presence or absence of
|
| capture element of array into variable value | 31 Oct 2008 17:54 GMT | 2 |
all, would like to capture the variable name in the array that made up the output value to illustrate:
|
| Re: capture element of array in varaible value | 31 Oct 2008 17:54 GMT | - |
"thomas" <t@SAM.SE> wrote in message news: = <gefc80$caf$1@registered.motzarella.org>...
> all, >=20 |
| Re: Annotate facility,Question...how to place a line in the | 31 Oct 2008 16:51 GMT | 3 |
For Q1, you can change x to a numeric var then use format to show the character, this way, the vertical line can be done easily with vref=... For Q2, I don't know if there is any workaround, therefore, has to
|
| data issue? | 31 Oct 2008 15:28 GMT | 3 |
I am a newbie to SAS and have a problem which I am trying to work! if someone can give me some help or direction,thanks in advance i have 4 alpha numeric columns case number part number case_dt route
|
| Proc report:Underlining column headers and end of report. | 31 Oct 2008 15:12 GMT | - |
I am using proc report to get the headers and the end of the contents underlined before the footnotes. The report has to be in RTF. I would also like the variables date and department to appear on each page .i.e. if I had more variables which do not fit on one page. That is in proc ...
|
| Does this %readpipe macro work on Unix for the "set" command? | 31 Oct 2008 14:24 GMT | 2 |
Does this %readpipe macro work on Unix for the "set" command without truncating text or adding annoying space gaps? The 80 character string I am using seems to work fine on Windows but I have my doubts that it will work on Unix. Note that it calls two submacros.
|
| call execute | 31 Oct 2008 14:21 GMT | 2 |
316 data _null_; 317 length command $500; 318 set definition; 319 startdate=mdy(input(substr(start,6, 2),2.), 1, input(substr(start,1,
|
| how to put several sas datasets into several tab | 31 Oct 2008 14:09 GMT | 7 |
Suppose I have 4 datasets "A","B","C","D" which have the same variables. I want to output them into 4 tabs by SAS. How to do this?
|
| Excel vlookup Function within SAS Add IN for Microsoft Office | 31 Oct 2008 13:59 GMT | - |
has anyone got experience in using the VLOOKUP Function (in German SVERWEIS) between two Excel Sheets generated from SAS Tables? I opened a SAS File in Excel with the Office Add In, generated a few new columns and saved this in an xls File (File A).
|
| installing FSVIEW | 31 Oct 2008 13:35 GMT | 4 |
Can you tell me which module do i need, to use FSV / FSE features... Thanks P.S. isnt this something you get with the BASE SAS pack?
|