what is null hypothesis? why do you consider that?
No Answer is Posted For this Question
Be the First to Post Answer
What would be the value of month at the end of data step execution and how many observations would be there?
What are the features of base sas system?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the features of SAS?
how many display types available in sas bi dashboard? : Sas-bi
What does proc print, and proc contents are used for?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
Describe crosslist option in tables statement?
how can u join the two tables without using proc sql Joins and nested queries ?
Explain the use of proc print and proc contents?
What is a macro routine?
what is Difference between PROC SQL JOINS and MERGE?