lmSupport-deprecated: Deprecated Functions in lmSupport Package

Description Usage Arguments Details

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17

Arguments

...

pass arguments down.

Details

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.


lmSupport documentation built on May 2, 2019, 2:14 p.m.