Description Usage Arguments Value Author(s) See Also Examples
View source: R/Plot.features.R
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.
1 | 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
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.