AOVModel {RcmdrPlugin.HH}R Documentation

Support functions for Analysis of Variance objects in RcmdrPlugin.HH.

Description

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.

Usage

 activeAOVModel(model)
 ActiveAOVModel(name)
 activeAOVModelP(model)
 AOVModelsP(n = 1)
 checkActiveAOVModel()
 is.AOVModel(object)
 listAOVModels(envir = .GlobalEnv, all.names=TRUE, ...)

Arguments

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.

Author(s)

Richard M. Heiberger <rmh@temple.edu>


[Package RcmdrPlugin.HH version 1.1-12 Index]