| PlotLikertDialog {RcmdrPlugin.HH} | R Documentation |
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"))
Arguments
envir, ... |
Arguments to |
functionName, response, predictor |
Arguments to functions. |
variables, type |
See |
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.
Author(s)
Richard M. Heiberger <rmh@temple.edu>
See Also
[Package RcmdrPlugin.HH version 1.1-51 Index]