Home Economics
|
|
|||||
Table of Contents:
The SAS Macro %TWOSTAGECOXThe model discussed in the previous section can be fitted using the SAS macro %TWOSTAGECOX, which has the following generic form: %TWOSTAGECOX(data=ovarian,true=surv,trueind=survind, surrog=pf s,surrogind=pfsind,trt=treat, trial=center,patid=patient,common=1, robust=1,looa=1); The macro's specific arguments are;
Data Analysis and OutputThe macro %TWOSTAGECOX produces two exploratory plots: the patients’ distribution in the trials by treatment arm (shown in Figure 12.20, top panel) and the Kaplan-Meier curves for the true and surrogate endpoints (shown in Figure 12.20, bottom panel). As shown in Figure 12.21, the estimated trial-level surrogacy is equal to Rrial = 0.9184 (0.8674, 0.9695), which implies that progression-free survival time is a good surrogate for overall survival, which can be clearly seen in Figure 12.22. The result of the leave-one-out analysis is shown in Figure 12.23. |
<< | CONTENTS | >> |
---|
Related topics |