Plot.features {GlobalAncova} | R Documentation |
Produces a plot to show the influence of individual variables on the test result produced by gGlobalAncova
. The variables can be continuous, binary, categorical, ordinal, or of mixed types.
Plot.features(data, formula.full, formula.red = ~1, model.dat, Set, returnValues = FALSE, ...)
data |
|
formula.full |
model formula for the full model |
formula.red |
model formula for the reduced model (that does not contain the terms of interest) |
model.dat |
|
Set |
optional vector of names or indices of variables, defining the set of variables to plot; if missing, all variables in |
returnValues |
shall variable-wise statistics = bar heights be returned? |
... |
graphical parameters passed to |
If returnValues = TRUE
, a vector with the bar heights is returned.
Manuela Hummel m.hummel@dkfz.de
data(bindata) Plot.features(bindata[,-1], formula.full = ~group, model.dat = bindata)