var fDesc=new Array(); fDesc[0] = "Power and Sample Size for Group Sequential Trials. The main features of this product are: Power and Sample Size calculations for Two Means test, Two Proportions test and Log Rank test.
Choice of four alpha spending functions, O’Brien-Fleming, Pocock, Hwang-Shih-DeCani and Power as well as option to manually specify boundaries. Plots of boundary values. Plots of power vs sample size. Output statement detailing the parameters involved in the trial.
Detailed analysis of alpha spending and power at each interim ‘look’. Easy to use spreadsheet style interface. Interactive Help and input advice. Customizable screen layout and configuration."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }