Dialog Callback Functions

DESCRIPTION:

These functions are used to update the state of a data or statistics dialog.

USAGE:

 backAcf(df)  
 backAnova(df)  
 backAov(df)  
 backArima(df)  
 backBinomialGlm(df)  
 backBootstrap(df)  
 backCensorReg(df)  
 backCluster(df)  
 backCor(df)  
 backCoxph(df)  
 backCreateCategories(df)  
 backCrosstabs(df)  
 backDaisy(df)  
 backDescribe(df)  
 backDiscrim(df)  
 backDist(df)  
 backExpandGrid(df)  
 backFacDesign(df)  
 backFactanal(df)  
 backFill(df)  
 backFillVarList(df)  
 backFisher(df)  
 backFormula(df)  
 backFormulaAov(df)  
 backFormulaCoxph(df)  
 backFormulaGam(df)  
 backFormulaGlm(df)  
 backFormulaLm(df)  
 backFormulaLoess(df)  
 backFormulaRandomEffects(df)  
 backFormulaStep(df)  
 backFormulaSurvfit(df)  
 backFormulaSurvival(df)  
 backFormulaSurvreg(df)  
 backFormulaTree(df)  
 backGam(df)  
 backGlm(df)  
 backGls(df)  
 backGnls(df)  
 backInteractionPlot(df)  
 backKsGof2(df)  
 backKsmooth(df)  
 backLagPlot(df)  
 backLm(df)  
 backLmRobMM(df)  
 backLme(df)  
 backLoadLibrary(df)  
 backLoadModule(df)  
 backLoess(df)  
 backLtsreg(df)  
 backManova(df)  
 backMergeDataFrame(df)  
 backMulticomp(df)  
 backNlme(df)  
 backOneSample(df)  
 backPdist(df)  
 backPlotDesign(df)  
 backPlotFactor(df)  
 backPoissonGlm(df)  
 backPrincomp(df)  
 backQccCounts(df)  
 backQccGrouped(df)  
 backQccUngrouped(df)  
 backRandomNumbers(df)  
 backRaov(df)  
 backRdist(df)  
 backRecode(df)  
 backSelectData(df)  
 backSetDimensions(df)  
 backSmooth.spline(df)  
 backSpectrum(df)  
 backSplit(df)  
 backStack(df)  
 backStackColumns(df)  
 backStep(df)  
 backSubset(df)  
 backSubsetBuilder(df)  
 backSupsmu(df)  
 backSurvfit(df)  
 backSurvreg(df)  
 backTTest2(df)  
 backTabAnova(df)  
 backTabPlotFactanal(df)  
 backTabPlotLmRobMM(df)  
 backTabPlotPartition(df)  
 backTabPlotPrincomp(df)  
 backTabSummaryFactanal(df)  
 backTabSummaryLmRobMM(df)  
 backTabSummaryPrincomp(df)  
 backTable(df)  
 backTransform(df)  
 backTransformFormula(df)  
 backTree(df)  
 backTreeTools(df)  
 backTruncation(df)  
 backTwoSample(df)  
 backUnstackColumns(df)  
 backWilcoxTest2(df)  

REQUIRED ARGUMENTS:

df
the data frame used to pass dialog state information from the interface to the callback function. This data frame is created by the interface and may be examined and modified using functions such as cbGetCurrValue and cbSetCurrValue.

VALUE:

a data frame reflecting the desired state of the dialog. The interface will use this data frame to set property values as requested.

DETAILS:

Most dialogs will have a callback function which is responsible for modifying property values, option lists, and enable status based upon user actions. The callback function is called when a dialog is intialized, modified, or dismissed and the resulting data frame is used to revise the state of the dialog.

SEE ALSO:

,