RcmdrPlugin.HH (version 1.1-47)

PlotLikertDialog: Rcmdr Menu function to specify a likert plot.

Description

Please see likert for details on the plot.likert and related functions.

Usage

PlotLikertDialog()
listAllLikertCapable(envir = .GlobalEnv, ...)
LikertFormula()
LikertFormulaConstruct(functionName, response, predictor)
varPosnOriginal(variables, type = c("all", "factor", "numeric", "nonfactor",
    "twoLevelFactor"))

Value

For listAllLikertCapable, a character vector of names of all objects that satisfy the search criteria in the specified environments. See likert for details on what objects are likert capable.

LikertFormulaConstruct constructs a model formula for use by

plot.likert.formula from its input arguments.

varPosnOriginal is the same as varPosn

except that it always keeps the variables in the same order as the original data.frame.

Arguments

envir, ...

Arguments to ls.

functionName, response, predictor

Arguments to functions.

variables, type

See varPosn for discussion.

Author

Richard M. Heiberger <rmh@temple.edu>

See Also

likert