Description:
The SAS statistics package.
|
|
|
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 »
|
|
Help! The convergence of proc nlmixed
|
| |
I am predicting the balance of credit card.
Such target has two peaks.
For those who never or seldomly use the card, the balance would be
close to zero, while for the others, the distribution would be
somewhat follow normal distribution.
The finite mixture model was used here with proc nlmixed. (exponential... more »
|
|
xtracting information from macro variable
|
| |
Hi,
I have a macro variable as below
%let type = 'winsor0595';
I want to extract the following information into three macro variables
%let allletters = 'winsor'
%let upper = 95;
%let lower = 05;
The last 2 are numbers.
Is there a simple way to do this
I have tried
%let strat = %str(compress(&type, '0123456789'));... more »
|
|
|