what are sas bi dashboard components? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
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.
how can u extract,transform and loading?
What are the default statistics for means procedure?
Give e an example of..
Which command is used to save logs in the external file?
How would you delete duplicate observations?
Difference between nodup and nodupkey options?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
What is by-group processing?
How to convert .xls file into CSV format?
Differentiate between sas functions and sas procedures.