최신 A00-282 무료덤프 - SASInstitute Clinical Trials Programming Using SAS 9.4
The print below shows the first four observations from the TEST2 dataset.
Variable names are given in the first row.
The statistical analysis plan (SAP) requests that a two sample t-test be performed to compare the mean of variable FINALBP for levels of the variable TRT.
You review the following code from a colleague:
proc ttest data=test2;
by trt;
var finalbp;
run;
This code does not produce the analysis requested by the SAP.
What is wrong with this code?
Variable names are given in the first row.
The statistical analysis plan (SAP) requests that a two sample t-test be performed to compare the mean of variable FINALBP for levels of the variable TRT.
You review the following code from a colleague:
proc ttest data=test2;
by trt;
var finalbp;
run;
This code does not produce the analysis requested by the SAP.
What is wrong with this code?
정답: D
You want 90% confidence limits for a binomial proportion from a one-way table with PROC FREQ.
Which option must you add to the TABLES statement?
Which option must you add to the TABLES statement?
정답: C
What information can be found in the SAS Dictionary tables? There are two correct answer, Please select two correct answer.
정답: A,B
The data set CM has eight variables including CMTRT and is sorted by STUDYID USUBJID CMSEQ.
DATA_BB is created by selecting records from CM where the character string "BLOCKER" is included in CMTRT.
Which program was used to produce WORK.DATA_BB?
DATA_BB is created by selecting records from CM where the character string "BLOCKER" is included in CMTRT.
Which program was used to produce WORK.DATA_BB?
정답: A
Given two data sets with the following variables:
Why is the blue note showing in the log?
Why is the blue note showing in the log?
정답: B
Which statement describes an aspect of all Phase II clinical trials?
정답: B
The following SAS program is submitted: data WORK.ALL;
How will the data sets ONE and TWO be combined?
How will the data sets ONE and TWO be combined?
정답: B
Given the following data set (AE):
Data will be reported by onset week. Day 1?
7 is Week 1, Day 8 ?14 is Week 2. Events beyond Day 14 are assigned Week 3 and will be reported as Follow-up events.
Which statements properly assign WEEK to each event?
Data will be reported by onset week. Day 1?
7 is Week 1, Day 8 ?14 is Week 2. Events beyond Day 14 are assigned Week 3 and will be reported as Follow-up events.
Which statements properly assign WEEK to each event?
정답: C
Given the following code executed with system date and time of April 29, 2020 at 10:33 AM:
data _null_;
daytim=put("&sysdate"d,date9.)||" "||put("&systime"t,time8.);
call symputx("nowdate", daytim);
run;
%put &nowdate;
The output of the macro variable "nowdate" in the log will be:
data _null_;
daytim=put("&sysdate"d,date9.)||" "||put("&systime"t,time8.);
call symputx("nowdate", daytim);
run;
%put &nowdate;
The output of the macro variable "nowdate" in the log will be:
정답: B
Given the following entry in the SAS log:
Which alternate method could you use to?
- Transpose all data
- Not produce a warning message in the log
Which alternate method could you use to?
- Transpose all data
- Not produce a warning message in the log
정답: C