Description:
The SAS statistics package.
|
|
|
Survey Question Data Analysis
|
| |
I have the following survey question: =20 What types of health providers have you ever seen or talked to about your illness? (Check all that apply) [QUESTION_1] 1 Medical Doctor 2 Chiropractor 3 Dentist 4 Priest/Pastor 5 Dietician 6 Nurse/Nurse Practitioner 7 Pharmacist 8 Physical Therapist 9 Psychiatrist or Psychologist... more »
|
|
Bad ways to code data
|
| |
Nat Wooding just wrote a post on the perils of using a numeric ID that had a decimal, pointing out that such data can be subject to rounding error .... That gave me an idea for a fun thread - bad ways to code data. The worst one I've seen recently is a guy who created an Excel file in which a blank could mean either 0 OR n/a, depending on which column it was in. Oy vey!... more »
|
|
Numeric ID Values with decimals -- probably not the best idea in
|
| |
I have been working today on a data file that dates back to the 1970s and h= as spent much of its life on a mainframe=2E I am in the process of preparin= g it for migration to an IT supported database and am cleaning up some glit= ches that have crept in over the years=2E In particular, I have been focus=... more »
|
|
siebel EAI Developer -- Bay Area
|
| |
Hi, Hope you are doing well, Please find this hot requirements on Siebel EAI Developer, Please go through it very clearly if you are interested, please reply me with your resume and details which mentioned below requirement Role: Siebel EAI Developer Locations: Bay Area, CA We are looking for the Siebel EAI developers... more »
|
|
Barchart with Graph Template Language
|
| |
Hi there, I was trying to create a barchart (type) by group (origin) using GTL using the following code. I would like the groups to be side-by-side rather than stacking on each other. So far I haven't found any option in the BARCHART statement that can achieve this. Can anyone help? I actually got the result I need by using PROC GCHART but I like to explore the power of GTL since it provides some nice feature and flexibility.... more »
|
|
%include statement
|
| |
I think you aren't supposed to have datalines/cards in %include files. -Joe
|
|
How to avoid klingon macro quoting issues with %sysfunc(ifc
|
| |
Hi SAS-Lers, %let res=%qsysfunc(ifc(%symexist(in fo),'%symdel info;','* does not exist;')); %sysfunc(dequote (&res)); This technique does not solve all macro quoting issues, but I find it more reliable than SAS quoting functions in many cases. Basically it lets me decide when I want the macro triggers to fire.... more »
|
|
lsmeans adjusted means
|
| |
Hi I am applying lsmeans to get age adjusted means of BMI for each category o= f footype. Can anyone tell me how to get the p-trend value (dose =96relationship). How do I get if want age adjusted median instead of age adjusted means. Thanks. Here is my code! proc glm data=3Dfood; class foodtype;... more »
|
|
|