What is factor analysis?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between match merge and one to one merge?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat
Which are SAS Windows Clients & SAS Java Clients
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Did you used proc test? when?
0 Answers Accenture, Quintiles,
What are the differences between sum function and using “+” operator?
Hi, If anyone has base SAS certification dumps, please share.
how would you create multiple observations from a single observation? : Sas programming
what does .. meant in sas macros
Explain the difference between nodup and nodupkey options?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.