These functions are provided for compatibility with older versions of the lmSupport package and may be removed eventually. These functions may not necessarily work as in previous versions of the lmSupport package. It is strongly recommended that you update your code to use the new functions.
lm.boxCox(...)
lm.codeRegressors(...)
lm.correctSE(...)
lm.deltaR2(...)
lm.describeData(...)
lm.describeGroups(...)
lm.figSum(...)
lm.mergeData(...)
lm.pointEstimates(...)
lm.readDat(...)
lm.removeCases(...)
lm.renameVar(...)
lm.setContrasts(...)
lm.setRownames(...)
lm.stripChart(...)
lm.sumSquares(...)
lm.writeDat(...)
pass arguments down.
lm.boxCox
is now a synonym for the modelBoxCox
function.
lm.codeRegressors
is now a synonym for the varRegressors
function.
lm.correctSE
is now a synonym for the modelCorrectSE
function.
lm.deltaR2
is now a synonym for the modelCompare
function.
lm.describeData
is now a synonym for the varDescribe
function.
lm.describeGroups
is now a synonym for the varDescribeBy
function.
lm.figSum
is now a synonym for the varPlot
function.
lm.mergeData
is now a synonym for the dfMerge
function.
lm.pointEstimates
is now a synonym for the modelPredictions
function.
lm.readDat
is now a synonym for the dfReadDat
function.
lm.removeCases
is now a synonym for the dfRemoveCases
function.
lm.renameVar
is now a synonym for the varRename
function.
lm.setContrasts
is now a synonym for the varContrasts
function.
lm.setRownames
is now a synonym for the dfRownames
function.
lm.sumSquares
is now a synonym for the modelEffectSizes
function.
lm.stripChart
is now a synonym for the figStripChart
function.
lm.writeDat
is now a synonym for the dfWriteDat
function.