Description:
The SAS statistics package.
|
|
|
Issue with ODS pdf
|
| |
HI ,
I have code as below , but I dont find any reason for not creating pdf
output. I get a "NOTE: ODS PDF printed no output". Can any one help me
with the solution plz. Thanks.
goptions reset=all device=ftgif gsfmode=replace gsfname=grafout
display;
/***I have already tried with device= . diff options******/... more »
|
|
Data Stage with Quality Stage - Atlanta GA - 12+ months Contract
|
| |
(Please note: If you are interested in this position and you have all
skills experience which mentioned in requirement, so please update
your resume as per the requirement and reply me at
m...@netprologic.com)
Hi,
Hope you are doing well,
Please find this Requirements of our Direct Client, if it looks... more »
|
|
Please, help me with Cohenƒ2 effect size at linear mixed model
|
| |
I analyzed the effect of different genotypes on the appetite
supression of the treatment using a mixed-effects model.
My fixed factors are gene and time and I have dose and appetite
supression at baseline like covariates.
My results suggest a significant association of gene, time, appetite
supression at baseline and a significant interaction between gene X... more »
|
|
Data Logic
|
| |
...
...
What part are you having trouble with? Are you using the retain
statement? The length statement? The output statement? One of the
CATx functions? The first. and last. automatic variables?
-- Remove del for email
|
|
Gzip
|
| |
Is there anyway to Gzip a file in SAS EG?
|
|
Using External Graphics (.gif or .png file) in ODS HTML
|
| |
Suppose, someone has provided me with a graphic in the form of an .GIF
or .PNG file. Then, I want to insert this graphic into some ODS HTML
output. For example:
ods html file="C:\temp\report.html";
proc print data=final_report;
run;
/* Here is where I want the graphic from the .GIF or .PNG File to... more »
|
|
rolling regression in sas
|
| |
I need to do a rolling time-series regression in order to test my
regression model. I found a suitable example related to this (link
below). The idea is to make the monthly regression go in 5-year loops,
iterating 1 year forward at a time. My regression is of following
type: Identity= meanHML meanMOM. I only have four variables in the... more »
|
|
Can Data Step Do it ?
|
| |
Hi
if i have a file that looks like the following :
-----------------Start-------- -------
FIELD001
LEGAL
0
1
9
END
JUMPS
1 FIELD555
END
END
FIELD002
RANGE 1 6
LEGAL
9
END
END
------------------------THE END---------------
is there anyway for a data step to create such a formated report ?... more »
|
|
Alternative to CASE statement
|
| |
I have been using the following case statement in this proc sql code:
proc sql;
create table master as
select serv_month,
sum(case when note_status in ('O','X',' ') and state in
('MA','RI','CT','NH','VT') then 1 else 0 end) as NewEngland_Acct_Count
from serv.serv_jan312012
group by serv_month;... more »
|
|
|