Appendix

Macro Call

The SAS macro BSMED could be stored in a folder named BSMED. Then %BSMED can be accessed by including the following lines:
%include BSMED (macroBSMED.sas);
%BSMED (HIST=, CURR=, delta=, eta0=, NMCS=, nbi=, a0=, REP=, sigma0=, sigma1=, tau0=, tau=, SEEDGEN=, OUTPUT=);

Inputs

Below are the requirements for %BSMED:
Required Inputs
1. CURR: data set with the seven columns, k (trial ID) in the same format as for the historical data, n (the total sample size), (the proportion of subjects in the control arm), (the annualized ...

Get Modern Approaches to Clinical Trials Using SAS: Classical, Adaptive, and Bayesian Methods now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.