Rdocumentation
powered by
Learn R Programming
AutoModel (version 0.4.9)
modelCompareMod: Modified modelCompare function from lmSupport package. Modified to suppress print output.
Description
Modified modelCompare function from lmSupport package. Modified to suppress print output.
Usage
modelCompareMod(ModelC, ModelA, printOutput = T)
Arguments
ModelC
A model
lm
object.
ModelA
A model
lm
object.
printOutput
Boolean parameter, if
TRUE
, print output is supressed from modelCompare function.
Details
This is a modification of the modelCompare function that allows print output to be suppressed.