What does P-value signify about the statistical data?
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between sas functions and procedures?
What is the basic structure of a sas program?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What is the purpose of using the N=PS option?
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
What SAS statements would you code to read an external raw data file to a DATA step?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
What do you feel about hardcoding?
how to generate report for 0 observation dataset?
How would you compile all macros from a folder in a study, within the autoexec program?
what are the categories that sas informats are used to the place the data? : Sas-administrator