Are you involved in writing the inferential analysis plan?
Tables specfications?
No Answer is Posted For this Question
Be the First to Post Answer
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
is data integration and etl programming is same? : Sas-di
How we will Developing new reports Using Data step programming and Macros ?
what is portability of sas programmes?
What does proc print, and proc contents are used for?
What are the default statistics that proc means produce?
what is prime numbers? how we can get plc write sas code?
Define run-group processing?
What are the criticality that you have faced during your project in SAS?
What is the difference between class statement and by statement in proc means?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
describe about metadata object? : Sas-di