do.formula.trellis.xysplom {HH} | R Documentation |
Interprets model formulas for xysplom and extended bwplots
Description
Interprets a model formula in the context of its data.frame.
Usage
do.formula.trellis.xysplom(formula, data, na.action = na.pass)
Arguments
formula |
model formula |
data |
data.frame |
na.action |
see |
Value
A list containing three data.frames and three formula, one for each.
x |
|
y |
|
g |
|
x.formula |
|
y.formula |
|
g.formula |
|
Author(s)
Richard M. Heiberger <rmh@temple.edu>
See Also
Examples
tmp <- data.frame(y=1, x=2, z=3, g=4)
do.formula.trellis.xysplom( y ~ x + z | g, data=tmp)
[Package HH version 3.1-52 Index]