getAdd(x)getAux(x)
setAux(x, aux)
getCall(x, ...)
getCollect(x)
setCollect(x, collect)
getColnames(x)
setColnames(x, colnames)
getContControl(x)
setContControl(x, contControl)
getControl(x)
getDataControl(x)
getDesign(x)
setDesign(x, design)
getDistribution(x)
setDistribution(x, distribution)
getDots(x, ...)
setDots(x, dots, ...)
## S3 method for class 'TwoStageControl':
getDots(x, stage = NULL)
## S3 method for class 'TwoStageControl':
setDots(x, dots, stage = NULL)
getEpsilon(x)
setEpsilon(x, epsilon)
getFun(x, ...)
setFun(x, fun, ...)
## S3 method for class 'TwoStageControl':
getFun(x, stage = NULL)
## S3 method for class 'TwoStageControl':
setFun(x, fun, stage = NULL)
getGrouping(x)
setGrouping(x, grouping)
getIndices(x)
getIntoContamination(x)
setIntoContamination(x, intoContamination)
getK(x)
setK(x, k)
getLegend(x)
getNAControl(x)
setNAControl(x, NAControl)
getNArate(x)
setNArate(x, NArate)
getNr(x)
getNrep(x)
getProb(x, ...)
setProb(x, prob, ...)
## S3 method for class 'TwoStageControl':
getProb(x, stage = NULL)
## S3 method for class 'TwoStageControl':
setProb(x, prob, stage = NULL)
getSAE(x)
setSAE(x, SAE)
getSampleControl(x)
getSeed(x)
getSize(x, ...)
setSize(x, size, ...)
## S3 method for class 'TwoStageControl':
getSize(x, stage = NULL)
## S3 method for class 'TwoStageControl':
setSize(x, size, stage = NULL)
getSplit(x)
getTarget(x)
setTarget(x, target)
getValues(x)
"ContControl " and "NAControl ")."SampleControl ")."DataControl ")."ContControl " (see
"SimControl ")."SampleControl ",
"TwoStageControl " and
"SimControl ""DataControl " and
"DCARContControl ")."DataControl ", "DARContControl ",
"DCARContControl ",
""VirtualContControl ")."DARContControl ",
"SampleControl ",
"TwoStageControl " and
"SimControl "ContControl ", "NAControl ",
"SampleControl " and
""NAControl ")."VirtualSampleControl ")."NAControl " (see
"SimControl ")."VirtualNAControl ")."SampleControl " and
"TwoStageControl ")."SimControl ")."DataControl ", "SampleControl "
and "TwoStageControl ")."TwoStageControl ", this allows to access or modify
only the list component for the specified stage. Use 1 for the
first stage and 2 fo"VirtualContControl " and
"VirtualNAControl ").stage argument in accessor and
mutator methods for "TwoStageControl ". Otherwise no
additional arguments are available.x is returned.
For mutator functions, the corresponding slot of x is replaced.nc <- NAControl(NArate = 0.05)
getNArate(nc)
setNArate(nc, c(0.01, 0.03, 0.05, 0.07, 0.09))
getNArate(nc)Run the code above in your browser using DataLab