AOVModel {RcmdrPlugin.HH} | R Documentation |
List or identify all "aov"
objects or all "lm"
objects
with at least one factor in its terms. Models whose names begin with
"."
are detected.
activeAOVModel(model) ActiveAOVModel(name) activeAOVModelP(model) AOVModelsP(n = 1) checkActiveAOVModel() is.AOVModel(object) listAOVModels(envir = .GlobalEnv, all.names=TRUE, ...)
name |
quoted name. |
model |
the name of a model, as a character string, or TRUE or FALSE, depending upon the function. |
n |
the name of a model, as a character string, or TRUE or FALSE, depending upon the function. |
object |
an object (depends on context). |
envir |
the environment to be searched; should generally be left at the default. |
all.names |
argument to ls . |
... |
other arguments. |
Richard M. Heiberger <rmh@temple.edu>