what is treatment emergent events and treatment emregent adverse event
No Answer is Posted For this Question
Be the First to Post Answer
what are informats in sas? : Sas-administrator
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
how can you create zero observation dataset? : Sas programming
what is the use of proc sql? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
what are the validation tools in sas?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What are the data types in sas?
Name statements that are execution only.
What do you feel about hardcoding?