as.AGST | R Documentation |
Function as.AGST
builds an adaptive group sequential trial object
as.AGST(pT, iD, sT, sTo = NULL)
pT |
object of the |
iD |
interim data; a list with the variables |
sT |
object of the |
sTo |
secondary trial outcome; a list with the variables |
Returns a list containing the pT
, iD
, sT
and sTo
with class
=AGSTobj
Niklas Hack niklas.hack@meduniwien.ac.at and Werner Brannath werner.brannath@meduniwien.ac.at
AGSTobj
pT=plan.GST(K=3,SF=4,phi=-4,alpha=0.05,delta=6,pow=0.9,compute.alab=TRUE,compute.als=TRUE) iD=list(T=1, z=1.090728) swImax=0.0625 I2min=3*swImax I2max=3*swImax sT=adapt(pT=pT,iD=iD,SF=1,phi=0,cp=0.8,theta=5,I2min,I2max,swImax) sTo=list(T=2, z=2.393) AGST <- as.AGST(pT=pT,iD=iD,sT=sT,sTo=sTo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.