Description:
The SAS statistics package.
|
|
|
interpreting SAS output
|
| |
Hello, I have some very basic questions on reading SAS output. I ran a two way anova with the model : [x = a b a x b ] as a Mixed analysis and got significant result for the interaction term (a x b). Factor 'a' has 2 levels and 'b' has 6. I plotted the estimates from this analysis as follows: a1b1, a1b2, ...a1b6, a2b1, a2b2 .... a2b6. I also got the SE values... more »
|
|
Retip: macro put statement containing semicolon
|
| |
Ron, In case you get more constrained, take a look at 3 %Put 4 NOTE: 5 AUTOEXEC 6 processing 7 beginning%str(;) 8 file 9 is 10 myautoexec.sas. 11 ; NOTE: AUTOEXEC processing beginning; file is myautoexec.sas. (I didn't use "%sysfunc(getoption(autoexec)) " because I didn't have... more »
|
|
SAS data file format ?
|
| |
I would like to know if the format specification for sas7bdat files is available. I am currently writing some programs for statistical computations, and I would like to write some code to import sas files. (ultimately, it may be distributed as open source software) If the format is not available, is it legal to find it on my own ?... more »
|
|
convert date format
|
| |
Please read the section on dates and times at <[link] >. If you think that a conversion is required to display a date in a different format, you may have a fundamental misunderstanding of SAS dates.
|
|
Keep the last observation only. How?
|
| |
Hi, I need to keep the last the last end-month value for each FundID. As seen on Table1, some months has 2 or more values, for example Year 88 Month 08 has 0.6665 and 0.6476. The value to keep is the end-month only. Please see table 2 to illustrate desired output. Table 1: Input FundID Date Value... more »
|
|
Assembly ADODB missing when using SAS Universal Viewer
|
| |
Hi experts, I am trying new SAS Universal Viewer. When open dataset, it prompts the message below: System.IO.FileNotFoundExceptio n: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3 a' or one of its dependencies. The system cannot find the file specified.... more »
|
|
proc datasets with many variables
|
| |
Hello, I am trying to modify the format of the variables of a dataset. First I run a proc format to set the format of the variables and then I run proc datasets. * proc **datasets* library = jack; modify data0204; format q1 q1.; format q2 q2.; ..... quit; run; Unfortunately, I have more than 4096 format statements that are trying to... more »
|
|
Very important and urgent to both global bodies
|
| |
Very important and urgent to both global bodies Possess the capabilities and high challenge Survival monitoring in the world we have proven we are the fastest in the world Because we have to know the fates of high earthquake or a hurricane or a volcano anywhere in the world and determine the location and... more »
|
|
|