What does P-value signify about the statistical data?
No Answer is Posted For this Question
Be the First to Post Answer
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
How necessary is it to be creative in your work?
tell me about use of arrays in sas
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
What is data _null_?
how does sas handle missing values in procs? : Sas programming
what is factor analysis? : Sas-administrator
How to convert a numeric variable to a character variable?
Identify statements whose placement in the DATA step is critical?
What is substr function?
I need level 2 to 5 sas using companies in india
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.